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 448ceef commit 96ab4fcCopy full SHA for 96ab4fc
.vscode/launch.json
@@ -15,6 +15,17 @@
15
"sourceMaps": true,
16
"outDir": "dist"
17
},
18
+ {
19
+ "name": "Express",
20
+ "request": "launch",
21
+ "type": "node",
22
+ "program": "example/express/app.js",
23
+ "runtimeArgs": [
24
+ "--nolazy"
25
+ ],
26
+ "sourceMaps": true,
27
+ "outDir": "dist"
28
+ },
29
{
30
"name": "Attach",
31
"request": "attach",
@@ -24,4 +35,4 @@
35
36
}
37
]
-}
38
+}
0 commit comments