Skip to content

Commit

Permalink
Update launch.json
Browse files Browse the repository at this point in the history
  • Loading branch information
eve712 committed Nov 4, 2020
1 parent 54e51df commit b7e90fc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@
"type": "node",
"request": "launch",
"name": "프로그램 시작",
"skipFiles": [
"<node_internals>/**"
],
"program": "week1/day1(getArea).js"
"program": "${file}" ,
"env": { "NODE_ENV": "development" }
}
]
}

0 comments on commit b7e90fc

Please sign in to comment.