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": {