This commit is contained in:
Surya Paolo
2023-11-27 14:43:13 +01:00
parent f1954d98d6
commit bba0df4302

2
.vscode/launch.json vendored
View File

@@ -7,7 +7,7 @@
"name": "Launch via Nodemon",
"program": "${workspaceFolder}/node_modules/nodemon/bin/nodemon.js",
"restart": true,
"runtimeExecutable": "node",
"runtimeExecutable": "/Users/paolo/.nvm/versions/node/v16.19.0/bin/node",
"runtimeArgs": [
"--inspect=9229" // Use "--inspect=0.0.0.0:9229" for remote debugging
],