File tree 1 file changed +7
-16
lines changed 1 file changed +7
-16
lines changed Original file line number Diff line number Diff line change 5
5
"version" : " 0.2.0" ,
6
6
"configurations" : [
7
7
{
8
- "command" : " pnpm run dev --filter webapp" ,
9
- "name" : " Run webapp" ,
10
- "request" : " launch" ,
11
8
"type" : " node-terminal" ,
12
- "cwd" : " ${workspaceFolder}"
9
+ "request" : " launch" ,
10
+ "name" : " Debug WebApp" ,
11
+ "command" : " pnpm run dev --filter webapp" ,
12
+ "envFile" : " ${workspaceFolder}/apps/webapp/.env" ,
13
+ "cwd" : " ${workspaceFolder}" ,
14
+ "sourceMaps" : true
13
15
},
14
16
{
15
17
"type" : " chrome" ,
16
18
"request" : " launch" ,
17
19
"name" : " Chrome webapp" ,
18
- "url" : " http://localhost:3000 " ,
20
+ "url" : " http://localhost:3030 " ,
19
21
"webRoot" : " ${workspaceFolder}/apps/webapp/app"
20
- },
21
- {
22
- "type" : " node" ,
23
- "request" : " launch" ,
24
- "name" : " Debug Current Test File" ,
25
- "autoAttachChildProcesses" : true ,
26
- "skipFiles" : [" <node_internals>/**" , " **/node_modules/**" ],
27
- "program" : " ${workspaceRoot}/node_modules/vitest/vitest.mjs" ,
28
- "args" : [" run" , " ${relativeFile}" ],
29
- "smartStep" : true ,
30
- "console" : " integratedTerminal"
31
22
}
32
23
]
33
24
}
You can’t perform that action at this time.
0 commit comments