From c3510dcf9fc4a30f66b7991d992d8294a4c795bf Mon Sep 17 00:00:00 2001 From: xingyu Date: Sun, 23 Apr 2023 17:42:22 +0800 Subject: [PATCH] fix: debug --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 72e95d0..97190bd 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -5,7 +5,7 @@ "type": "chrome", "request": "launch", "name": "Launch Chrome", - "url": "http://localhost:3100", + "url": "http://localhost:80", "webRoot": "${workspaceFolder}/src", "sourceMaps": true }