Skip to content

Commit

Permalink
updating launch.json to point to src directory
Browse files Browse the repository at this point in the history
  • Loading branch information
fraguada committed Oct 13, 2020
1 parent 9e72e7d commit 2838737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"<node_internals>/**"
],
"autoAttachChildProcesses": true,
"program": "${workspaceFolder}\\bin\\www"
"program": "${workspaceFolder}/src/bin/www"
}
]
}

0 comments on commit 2838737

Please sign in to comment.