default run command for start script

This commit is contained in:
Daniel Lugo 2020-08-02 16:42:02 -04:00
parent 650bf7f37c
commit 410a50e72d

View file

@ -4,7 +4,7 @@
"description": "", "description": "",
"main": "src/server.js", "main": "src/server.js",
"scripts": { "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": "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", "dev:watch": "nodemon main.js -- -h 0.0.0.0",
"test": "jest --no-cache", "test": "jest --no-cache",