From 7bc12b340f1a73731ea621227dd0a4f5ee93bf60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mose=20M=C3=BCller?= Date: Wed, 24 Jul 2024 13:41:48 +0200 Subject: [PATCH] updates vscode debugging config --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } ]