feat(db): serverData added in

This commit is contained in:
2025-03-13 15:38:22 -05:00
parent 5c2d79c125
commit 3c2b10b28c
8 changed files with 1895 additions and 1 deletions

View File

@@ -11,7 +11,7 @@
"build": "npm run build:server && npm run build:frontend",
"build:server": "rimraf dist && tsc --build && xcopy server\\scripts dist\\server\\scripts /E /I /Y",
"build:frontend": "cd frontend && npm run build",
"start": "npm run start:server",
"start": "set NODE_ENV=production && npm run start:server",
"start:server": "dotenvx run -f .env -- node dist/server/index.js",
"db:generate": "npx drizzle-kit generate",
"db:migrate": "npx drizzle-kit push",