chore: add separate prod start command
This commit is contained in:
parent
df04b1ba7e
commit
af297be06f
1 changed files with 2 additions and 1 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue