diff --git a/.vscode/launch.json b/.vscode/launch.json index c36e197..659a786 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -6,7 +6,7 @@ "type": "pwa-msedge", "request": "launch", "name": "Launch Web-App", - "url": "file:///${workspaceFolder}/public/index.php", + "url": "file:///${workspaceFolder}/index.html", "webRoot": "${workspaceFolder}" } ]