Change the Start Script and Added NODE_ENV to the env vars also for the dockerized Version
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
"typescript-eslint": "^8.46.2"
|
||||
},
|
||||
"scripts": {
|
||||
"prod": "NODE_ENV=production bun run ./src/app.ts",
|
||||
"start": "bun run ./src/app.ts",
|
||||
"dev": "NODE_ENV=development bun ./src/app.ts",
|
||||
"db:init": "bun run ./run/db_init.ts",
|
||||
"db:deleteall": "bun run ./run/db_event_deleteall.ts",
|
||||
|
||||
Reference in New Issue
Block a user