Skip to content

Commit

Permalink
Update launch.json to make it work and removed port setting
Browse files Browse the repository at this point in the history
  • Loading branch information
FokkoVeegens committed Jan 7, 2025
1 parent 7325204 commit fdecdb0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@
"run",
"dev"
],
"port": 5173, // Default port for Vite development server
"console": "integratedTerminal",
"env": {
"NO_COLOR": "1"
},
"serverReadyAction": {
"action": "debugWithEdge",
"pattern": "\\bhttp://localhost:5173\\b",

"action": "openExternally",
"pattern": "\\bhttp://localhost:([0-9]+)\\b",
}
}
]
Expand Down

0 comments on commit fdecdb0

Please sign in to comment.