Merge pull request #132 from shocknet/run-command

default run command for start script
This commit is contained in:
CapDog 2020-08-02 21:23:41 -04:00 committed by GitHub
commit 184cbda01d

View file

@ -4,7 +4,7 @@
"description": "",
"main": "src/server.js",
"scripts": {
"start": "node --experimental-modules src/server.js",
"start": "node main.js -h 0.0.0.0 -c",
"dev": "node --trace-warnings --max-old-space-size=4096 main.js -h 0.0.0.0",
"dev:watch": "nodemon main.js -- -h 0.0.0.0",
"test": "jest --no-cache",