add inspect port.

This commit is contained in:
Nawaz Dhandala
2021-09-21 17:14:57 +01:00
parent e94dd72b93
commit 3042671010
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"start": "node --max-old-space-size=4096 index.js",
"dev": "cross-env NODE_ENV=development nodemon index.js",
"dev": "cross-env NODE_ENV=development nodemon --inspect=0.0.0.0 index.js",
"audit": "npm audit --audit-level=low",
"dep-check": "depcheck ./ --skip-missing=true"
},

View File

@@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"start": "node --max-old-space-size=4096 index.js",
"dev": "cross-env NODE_ENV=development nodemon index.js",
"dev": "cross-env NODE_ENV=development nodemon --inspect=0.0.0.0 index.js",
"audit": "npm audit --audit-level=low",
"dep-check": "depcheck ./ --skip-missing=true"
},