concurrently: set names for the two servers

master
Will Roberts 7 years ago
parent b278a72015
commit 9afe52c81d
  1. 2
      {{cookiecutter.app_name}}/package.json

@ -9,7 +9,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "NODE_ENV=production ./node_modules/.bin/webpack --progress --colors -p",
"start": "NODE_ENV=debug FLASK_APP=$PWD/autoapp.py FLASK_DEBUG=1 ./node_modules/.bin/concurrently \"./node_modules/.bin/webpack-dev-server --port 2992 --hot --inline\" \"flask run\"",
"start": "NODE_ENV=debug FLASK_APP=$PWD/autoapp.py FLASK_DEBUG=1 ./node_modules/.bin/concurrently --names \"WEBPACK,FLASK\" \"./node_modules/.bin/webpack-dev-server --port 2992 --hot --inline\" \"flask run\"",
"lint": "eslint \"assets/js/*.js\""
},
"repository": {

Loading…
Cancel
Save