diff --git a/.vscode/launch.json b/.vscode/launch.json index 27ab4603f..3b458aa81 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -35,7 +35,7 @@ "name": "Debug Frontend", "type": "chrome", "request": "launch", - "url": "http://localhost:3000/*", + "url": "http://localhost:3000/", "webRoot": "${workspaceRoot}/src/frontend" } ]