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 }