diff --git a/.deployment b/.deployment new file mode 100644 index 0000000..6278331 --- /dev/null +++ b/.deployment @@ -0,0 +1,2 @@ +[config] +SCM_DO_BUILD_DURING_DEPLOYMENT=true \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..89f79b5 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,8 @@ +{ + "appService.defaultWebAppToDeploy": "/subscriptions/e59d43d4-4479-41b1-b34b-c989d2f4c82f/resourceGroups/backend/providers/Microsoft.Web/sites/syncrow", + "appService.deploySubpath": ".", + "appService.zipIgnorePattern": [ + "node_modules{,/**}", + ".vscode{,/**}" + ] +} \ No newline at end of file