Skip to content

Commit 6bd0b5f

Browse files
author
hirsch88
committed
Fix debugger issue with the filepaths
1 parent e2fc085 commit 6bd0b5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vscode/launch.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
"type": "node",
99
"request": "launch",
1010
"name": "Debug",
11-
"program": "${workspaceRoot}/src/app.js",
11+
"program": "${workspaceRoot}/dist/app.js",
1212
"smartStep": true,
1313
"outFiles": [
14-
"../src/**/*.js"
14+
"../dist/**/*.js"
1515
],
1616
"protocol": "inspector",
1717
"preLaunchTask": "build",

0 commit comments

Comments
 (0)