diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..fac784b --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,4 @@ +{ + "appService.defaultWebAppToDeploy": "/subscriptions/f9e95184-7fca-4291-b16c-c454a5c33883/resourceGroups/Menui/providers/Microsoft.Web/sites/menui", + "appService.deploySubpath": "." +} \ No newline at end of file diff --git a/app.mjs b/app.js similarity index 100% rename from app.mjs rename to app.js