Simplify configuration and add more instructions.

This commit is contained in:
2020-07-20 12:14:04 -05:00
parent 78fd02e782
commit 1ac66f331e
12 changed files with 111 additions and 54 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
"dev": "VERBOSE=true webpack-dev-server --mode development --watch",
"lint": "semistandard 'src/**/*.js'",
"test": "jest --rootDir ./src --passWithNoTests --no-cache",
"start": "CONFIG_FILE=./config.yml BABEL_DISABLE_CACHE=1 nodemon --exec babel-node src/server/main.js -- --verbose"
"start": "CONFIG_FILE=${CONFIG_FILE=./config.yml} BABEL_DISABLE_CACHE=1 nodemon --exec babel-node src/server/main.js -- --verbose"
},
"author": "DXOS.org",
"license": "GPL-3.0",