From b6695a47c615f9b35604dd8f4fad2eea167065d7 Mon Sep 17 00:00:00 2001 From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com> Date: Tue, 28 Jun 2022 16:45:28 +1000 Subject: [PATCH] Reverted Last Change as i fucked it up somehow --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" } ]