mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Merge branch 'multiple_dbs' of gitlab.com:MrFry/mrfrys-node-server into multiple_dbs
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
"vhost": "^3.0.2"
|
"vhost": "^3.0.2"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "tsc && node ./dist/server.js",
|
"start": "node ./dist/server.js",
|
||||||
"dev": "npm run build && NS_DEVEL=1 NS_NOUSER=1 NS_LOGLEVEL=1 node ./dist/server.js",
|
"dev": "npm run build && NS_DEVEL=1 NS_NOUSER=1 NS_LOGLEVEL=1 node ./dist/server.js",
|
||||||
"build": "tsc && bash -c './scripts/postBuild.sh'"
|
"build": "tsc && bash -c './scripts/postBuild.sh'"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user