@akala/core
Version:
42 lines • 1.14 kB
JSON
{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "attach",
"name": "attach to worker",
"processId": "${command:PickProcess}",
"port": 5858
},
{
"name": "Lancer",
"type": "node",
"request": "launch",
"program": "${workspaceRoot}/dist/test/router.js",
"stopOnEntry": false,
"args": [],
"cwd": "${workspaceRoot}",
"preLaunchTask": null,
"runtimeExecutable": null,
"runtimeArgs": [
"--nolazy"
],
"env": {
"NODE_ENV": "development"
},
"console": "internalConsole",
"sourceMaps": true
},
{
"name": "Attacher",
"type": "node",
"request": "attach",
"port": 5862,
"address": "localhost",
"restart": false,
"sourceMaps": true,
"localRoot": "${workspaceRoot}",
"remoteRoot": null
}
]
}