Skip to content

Commit

Permalink
fix(vscode): launch configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
uatisdeproblem committed Mar 2, 2024
1 parent 8d7daad commit e8dc001
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"type": "node",
"request": "launch",
"name": "Start local app",
"noDebug": true,
"console": "integratedTerminal",
"cwd": "${workspaceRoot}/front-end",
"runtimeExecutable": "npm",
Expand Down

0 comments on commit e8dc001

Please sign in to comment.