Skip to content

Commit

Permalink
fix: VSCode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mugifly committed Jun 6, 2024
1 parent 1c6e30c commit a8d19fe
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion client/.vscode/launch.json → .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"name": "ng serve",
"type": "pwa-chrome",
"request": "launch",
"preLaunchTask": "npm: start",
"preLaunchTask": "npm: start:dev",
"url": "http://localhost:4200/"
},
{
Expand Down
2 changes: 1 addition & 1 deletion client/.vscode/tasks.json → .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"tasks": [
{
"type": "npm",
"script": "start",
"script": "start:dev",
"isBackground": true,
"problemMatcher": {
"owner": "typescript",
Expand Down

0 comments on commit a8d19fe

Please sign in to comment.