Run request analysis on demand on the VPS

This commit is contained in:
Andraxion 2026-06-27 00:18:41 -04:00
parent 9f9b13aa01
commit d899e902a0
21 changed files with 2485 additions and 4 deletions

View file

@ -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 .",