Run request analysis on demand on the VPS
This commit is contained in:
parent
9f9b13aa01
commit
d899e902a0
21 changed files with 2485 additions and 4 deletions
|
|
@ -9,6 +9,7 @@
|
|||
"start:api": "node server.js",
|
||||
"clean:workspace": "node scripts/clean-workspace.mjs",
|
||||
"deploy:vps": "powershell -ExecutionPolicy Bypass -File scripts/deploy-vps.ps1",
|
||||
"analyze:requests": "node scripts/request-analysis-worker.mjs",
|
||||
"validate:content": "node scripts/validate-content-schemas.mjs",
|
||||
"build": "tsc -b && vite build",
|
||||
"lint": "eslint .",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue