UNPKG

1.14 kBJSONView Raw
1{
2 "version": "0.2.0",
3 "configurations": [
4 {
5 "type": "node",
6 "request": "attach",
7 "name": "attach to worker",
8 "processId": "${command:PickProcess}",
9 "port": 5858
10 },
11 {
12 "name": "Lancer",
13 "type": "node",
14 "request": "launch",
15 "program": "${workspaceRoot}/dist/test/router.js",
16 "stopOnEntry": false,
17 "args": [],
18 "cwd": "${workspaceRoot}",
19 "preLaunchTask": null,
20 "runtimeExecutable": null,
21 "runtimeArgs": [
22 "--nolazy"
23 ],
24 "env": {
25 "NODE_ENV": "development"
26 },
27 "console": "internalConsole",
28 "sourceMaps": true
29 },
30 {
31 "name": "Attacher",
32 "type": "node",
33 "request": "attach",
34 "port": 5862,
35 "address": "localhost",
36 "restart": false,
37 "sourceMaps": true,
38 "localRoot": "${workspaceRoot}",
39 "remoteRoot": null
40 }
41 ]
42}
\No newline at end of file