31 lines
543 B
JSON
31 lines
543 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Launch",
|
|
"type": "node",
|
|
"request": "launch",
|
|
"program": "${workspaceRoot}/bin/www",
|
|
"stopOnEntry": false,
|
|
"args": [],
|
|
"cwd": "${workspaceRoot}/",
|
|
"runtimeExecutable": null,
|
|
"runtimeArgs": [
|
|
"--nolazy"
|
|
],
|
|
"env": {
|
|
"NODE_ENV": "development"
|
|
},
|
|
"externalConsole": false,
|
|
"sourceMaps": false,
|
|
"outDir": null
|
|
},
|
|
{
|
|
"name": "Attach",
|
|
"type": "node",
|
|
"request": "attach",
|
|
"address": "192.168.5.105",
|
|
"port": 5858
|
|
}
|
|
]
|
|
} |