changed dockerfile for hub-server, copied files for Hub and dispatch-server
This commit is contained in:
@@ -5,8 +5,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "nodemon --signal SIGINT",
|
||||
"start": "node index.js",
|
||||
"build": "tsc"
|
||||
"start": "tsx index.ts --transpile-only"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@repo/db": "*",
|
||||
@@ -27,6 +26,9 @@
|
||||
"dotenv": "^16.4.7",
|
||||
"express": "^4.21.2",
|
||||
"nodemailer": "^6.10.0",
|
||||
"react": "^19.0.0"
|
||||
}
|
||||
"react": "^19.0.0",
|
||||
"tsconfig-paths": "^4.2.0",
|
||||
"tsx": "^4.19.4"
|
||||
},
|
||||
"packageManager": "pnpm@10.11.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user