From f8003ef9304df5b7014fc567ab7093a24ec2f9cf Mon Sep 17 00:00:00 2001 From: Ray Date: Mon, 22 Jul 2024 03:46:11 +0000 Subject: [PATCH] Attempt to deploy to Microsoft Azure as part of issues with Google Firebase Hosting --- .vscode/settings.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..de96d69 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,4 @@ +{ + "appService.defaultWebAppToDeploy": "/subscriptions/c2363c99-603b-4d9b-be2e-76e6e416af24/resourceGroups/ReactWebsites/providers/Microsoft.Web/sites/raysmovieclub", + "appService.deploySubpath": "build" +} \ No newline at end of file