diff --git a/.vscode/launch.json b/.vscode/launch.json index 96a262c..ba17817 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -20,15 +20,18 @@ { "address": "192.168.100.24", - "localRoot": "${workspaceFolder}", + "localRoot": "${workspaceFolder}/src", "name": "192.168.100.24", "port": 9229, - "remoteRoot": "Absolute path to the remote directory containing the program", + "remoteRoot": "/root/apps/card_svr/src", "request": "attach", "skipFiles": [ - "/**" + "/**", + "node_modules/**" ], - "type": "pwa-node" + "type": "node", + "trace": true + } ] } \ No newline at end of file