diff --git a/.vscode/launch.json b/.vscode/launch.json index c48cd73..d5b3f40 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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 ],