From 1bc0bd8c348517ddb98a05fff4cef35e632788cc Mon Sep 17 00:00:00 2001 From: SKairinos Date: Fri, 24 May 2024 12:57:02 +0000 Subject: [PATCH] use vite default port --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"