changed start script to add env prod and dev

This commit is contained in:
2025-10-27 20:17:52 +01:00
parent 6e34f30d4a
commit dc76e14c9d
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@
"typescript-eslint": "^8.46.2"
},
"scripts": {
"start": "NODE_ENV=production bun run ./src/app.ts",
"prod": "NODE_ENV=production 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",