Skip to content

Commit

Permalink
Working devEnviroment
Browse files Browse the repository at this point in the history
  • Loading branch information
SergiuToporjinschi committed Mar 13, 2019
1 parent 9213123 commit 42e2193
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"type": "node",
"request": "attach",
"name": "Attach by Process ID",
"processId": "${command:PickProcess}",
"port": 9229
"processId": "${command:PickProcess}"
}
]
}
16 changes: 16 additions & 0 deletions .vscode/nodemon.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"restartable": "rs",
"ignore": [
".git",
".vscode"
],
"verbose": true,
"watch": [
"../"
],
"env": {
"NODE_ENV": "development"
},
"nodeArgs": "--inspect",
"ext": "js json md html"
}
2 changes: 1 addition & 1 deletion .vscode/startServer.cmd
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodemon -w ../**/*.* -i ../.vscode -V C:\Users\Toporjinschi\AppData\Roaming\npm\node_modules\node-red\red.js
nodemon C:\Users\Toporjinschi\AppData\Roaming\npm\node_modules\node-red\red.js --config nodemon.json

0 comments on commit 42e2193

Please sign in to comment.