Skip to content
Snippets Groups Projects

Resolve "Setup a blank Nodejs project"

Merged Jon Shahen requested to merge 14-setup-a-blank-nodejs-project into master
17 files
+ 1319
0
Compare changes
  • Side-by-side
  • Inline
Files
17
+ 15
0
{
// Use IntelliSense to learn about possible 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 Web Server",
"program": "${workspaceFolder}/src/web/bin/www",
"env": {"DEBUG" : "web:*"}
}
]
}
\ No newline at end of file
Loading