2017-05-02 20:03:48 -06:00
|
|
|
{
|
|
|
|
// Use IntelliSense to learn about possible Node.js debug attributes.
|
|
|
|
// Hover to view descriptions of existing attributes.
|
|
|
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
|
|
"version": "0.2.0",
|
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"type": "node",
|
|
|
|
"request": "launch",
|
|
|
|
"name": "Launch Program",
|
2017-10-04 13:22:10 -06:00
|
|
|
"env": {
|
|
|
|
"NODE_ENV": "development"
|
|
|
|
},
|
2017-10-05 14:27:43 -06:00
|
|
|
"console": "integratedTerminal",
|
2017-10-04 13:22:10 -06:00
|
|
|
"program": "${workspaceRoot}/dist/server/index.js"
|
2017-05-02 20:03:48 -06:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|