From e985bb64e5c354606d28109739fb1174e955f829 Mon Sep 17 00:00:00 2001 From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com> Date: Tue, 28 Jun 2022 16:41:12 +1000 Subject: [PATCH] Update launch.json --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" } ]