From ad80ec25f72b1dcece33303f4606d88e01f9e085 Mon Sep 17 00:00:00 2001 From: Samuel Johnson <96841389+SFJohnson24@users.noreply.github.com> Date: Wed, 17 Jul 2024 19:18:13 -0400 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 229e54e..7285f1f 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -3,7 +3,7 @@ "configurations": [ { "name": "Emulator", - "command": "swa start http://127.0.0.1:3000 --api-location http://127.0.0.1:7071", + "command": "swa start http://127.0.0.1:3000 --api-location http://127.0.0.1:7071 --config-name staticwebapp.config.json", "request": "launch", "type": "node-terminal", "presentation": {