hub-server deploy

This commit is contained in:
nocnico
2025-05-26 23:57:21 +02:00
parent 6c5b2f89c6
commit e925315293
5 changed files with 53 additions and 23 deletions

View File

@@ -5,13 +5,17 @@
},
"scripts": {
"dev": "nodemon --signal SIGINT",
"start": "node index.js",
"build": "tsc"
},
"devDependencies": {
"@repo/db": "*",
"@repo/typescript-config": "*",
"@types/cors": "^2.8.18",
"@types/express": "^5.0.2",
"@types/node": "^22.13.5",
"@types/nodemailer": "^6.4.17",
"@types/react": "^19.1.5",
"concurrently": "^9.1.2",
"typescript": "latest"
},