add secondary command
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
"description": "Source code for the Pluralsight course JavaScript Promises and Async Programming",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"dev": "nodemon ./index.js"
|
||||
"dev": "nodemon ./index.js",
|
||||
"secondary": "cross-env PORT=3001 nodemon ./index.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user