File tree 1 file changed +25
-0
lines changed
1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ // Use IntelliSense to learn about possible attributes.
3
+ // Hover to view descriptions of existing attributes.
4
+ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5
+ "version" : " 0.2.0" ,
6
+ "configurations" : [
7
+ {
8
+ "type" : " chrome" ,
9
+ "request" : " launch" ,
10
+ "name" : " Launch Web App" ,
11
+ "url" : " http://localhost:1002" ,
12
+ "webRoot" : " ${workspaceFolder}"
13
+ },
14
+ {
15
+ "type" : " node" ,
16
+ "request" : " launch" ,
17
+ "name" : " Launch Service Server" ,
18
+ "runtimeExecutable" : " ${workspaceFolder}/service/node_modules/.bin/esno" ,
19
+ "skipFiles" : [" <node_internals>/**" ],
20
+ "program" : " ${workspaceFolder}/service/src/index.ts" ,
21
+ "outFiles" : [" ${workspaceFolder}/service/**/*.js" ],
22
+ "envFile" : " ${workspaceFolder}/service/.env"
23
+ }
24
+ ]
25
+ }
You can’t perform that action at this time.
0 commit comments