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": {},
|
"imports": {},
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"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"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue