We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8ce7abb + a43b9a0 commit 96fa8ccCopy full SHA for 96fa8cc
1 file changed
.vscode/launch.json
@@ -12,7 +12,8 @@
12
"skipFiles": [
13
"<node_internals>/**"
14
],
15
- "program": "${workspaceFolder}/user-auth/graphtutorial/build/index.js",
+ "program": "${workspaceFolder}/user-auth/graphtutorial/index.ts",
16
+ "runtimeExecutable": "tsx",
17
"cwd": "${workspaceFolder}/user-auth/graphtutorial",
18
"console": "integratedTerminal",
19
"internalConsoleOptions": "neverOpen",
@@ -31,7 +32,8 @@
31
32
33
34
- "program": "${workspaceFolder}/app-auth/graphapponlytutorial/build/index.js",
35
+ "program": "${workspaceFolder}/app-auth/graphapponlytutorial/index.ts",
36
37
"cwd": "${workspaceFolder}/app-auth/graphapponlytutorial",
38
39
0 commit comments