IO-2824 Dev Server Instance Switch
Signed-off-by: Allan Carr <allan.carr@thinkimex.com>
This commit is contained in:
@@ -12,6 +12,9 @@
|
||||
"admin": "cd admin && npm start",
|
||||
"client": "cd client && npm start",
|
||||
"server": "nodemon server.js",
|
||||
"server:imex": "nodemon server.js imex",
|
||||
"server:rome": "nodemon server.js rome",
|
||||
"server:promanager": "nodemon server.js promanager",
|
||||
"build": "cd client && npm run build",
|
||||
"dev": "concurrently --kill-others-on-fail \"npm run server\" \"npm run client\"",
|
||||
"deva": "concurrently --kill-others-on-fail \"npm run server\" \"npm run client\" \"npm run admin\"",
|
||||
|
||||
Reference in New Issue
Block a user