diff --git a/.vscode/launch.json b/.vscode/launch.json index 173fba5..07a9e9f 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -25,7 +25,7 @@ "type": "firefox", "request": "launch", "name": "react: firefox", - "url": "http://localhost:3000", + "url": "http://localhost:5173", "webRoot": "${workspaceFolder}/frontend" } ]