We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2fc085 commit 6bd0b5fCopy full SHA for 6bd0b5f
.vscode/launch.json
@@ -8,10 +8,10 @@
8
"type": "node",
9
"request": "launch",
10
"name": "Debug",
11
- "program": "${workspaceRoot}/src/app.js",
+ "program": "${workspaceRoot}/dist/app.js",
12
"smartStep": true,
13
"outFiles": [
14
- "../src/**/*.js"
+ "../dist/**/*.js"
15
],
16
"protocol": "inspector",
17
"preLaunchTask": "build",
0 commit comments