diff --git a/.vscode/launch.json b/.vscode/launch.json index a5bec54..0d97f88 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -5,7 +5,7 @@ "preLaunchTask": "start-react-dev-server", "request": "launch", "type": "chrome", - "url": "http://localhost:3000" + "url": "http://localhost:5173" } ], "version": "0.2.0"