Created
June 28, 2018 22:44
-
-
Save thomsbg/d1e852d56e219413e85e10e2b6857a28 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/package.json b/package.json | |
index 975d65d..eded79b 100644 | |
--- a/package.json | |
+++ b/package.json | |
@@ -15,7 +15,7 @@ | |
"scripts": { | |
"prestart": "npm run -s build", | |
"start": "node -r newrelic dist/index.js", | |
- "dev": "nodemon src/index.js --exec \"node -r dotenv/config -r babel-register\"", | |
+ "dev": "nodemon src/index.js --exec \"node --inspect=0.0.0.0:9229 -r dotenv/config -r babel-register\"", | |
"clean": "rimraf dist", | |
"build": "npm run clean && mkdir -p dist && babel src -s -D -d dist", | |
"test": "jest --watch", |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment