diff --git a/.vscode/launch.json b/.vscode/launch.json index 659a786..c36e197 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}/index.html", + "url": "file:///${workspaceFolder}/public/index.php", "webRoot": "${workspaceFolder}" } ]