agent starting :D

This commit is contained in:
2026-03-01 14:10:19 -06:00
parent c3379919b9
commit 68d13b03d3
34 changed files with 1905 additions and 254 deletions

View File

@@ -10,7 +10,7 @@
"dev:agent": "cd agent/src && tsx watch agent.ts",
"dev:db:migrate": "npx drizzle-kit push",
"dev:db:generate": "tsc && npx drizzle-kit generate --config=drizzle.config.ts",
"build": "rimraf dist && npm run specCheck && npm run lint && npm run dev:db:generate && npm run dev:db:migrate && npm run build:app && npm run build:copySql",
"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",
"build:docker": "docker compose up --force-recreate --build -d",
@@ -50,6 +50,7 @@
"@types/morgan": "^1.9.10",
"@types/mssql": "^9.1.9",
"@types/multer": "^2.0.0",
"@types/net-snmp": "^3.23.0",
"@types/node": "^25.2.3",
"@types/nodemailer": "^7.0.10",
"@types/nodemailer-express-handlebars": "^4.0.6",
@@ -88,6 +89,7 @@
"morgan": "^1.10.1",
"mssql": "^12.2.0",
"multer": "^2.0.2",
"net-snmp": "^3.26.1",
"nodemailer": "^8.0.1",
"nodemailer-express-handlebars": "^7.0.0",
"pg": "^8.18.0",