Configure debugging from outside the container

This commit is contained in:
2022-08-18 19:20:22 +02:00
parent 317230c9c3
commit 29e3e6de23
4 changed files with 22 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon index.js"
"dev": "nodemon --inspect=0.0.0.0:9229 index.js"
},
"author": "",
"license": "ISC",