chore: add separate prod start command

This commit is contained in:
Thomas Bishop 2025-10-15 15:50:04 +01:00
parent df04b1ba7e
commit af297be06f

View file

@ -8,7 +8,8 @@
"imports": {},
"main": "index.js",
"scripts": {
"start": "NODE_OPTIONS='--experimental-sqlite' node --watch --env-file=.env src/index.js",
"dev": "NODE_OPTIONS='--experimental-sqlite' node --watch --env-file=.env src/index.js",
"start": "NODE_OPTIONS='--experimental-sqlite' node --env-file=.env src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {