agent finished and updates servers

This commit is contained in:
2026-03-10 16:41:40 -05:00
parent 68d13b03d3
commit 4f24fe4660
24 changed files with 1738 additions and 53 deletions

View File

@@ -12,7 +12,7 @@
"dev:db:generate": "tsc && npx drizzle-kit generate --config=drizzle.config.ts",
"build": "rimraf dist && npm run dev:db:generate && npm run dev:db:migrate && npm run build:app && npm run build:copySql",
"build:app": "tsc",
"build:agent": "cd agent && tsc -p tsconfig.json",
"agent": "powershell -ExecutionPolicy Bypass -File scripts/agentController.ps1",
"build:docker": "docker compose up --force-recreate --build -d",
"build:copySql": "xcopy backend\\prodSql\\queries dist\\backend\\prodSql\\queries\\ /E /I /Y ",
"lint": "tsc && biome lint",
@@ -24,6 +24,7 @@
"version": "changeset version",
"release": "dotenvx run -f .env -- npm run version && git push --follow-tags && node scripts/create-release.js",
"specCheck": "node scripts/check-route-specs.mjs"
},
"workspaces": [
"backend",