From 205975171fbc4489becc6201b0839ae51c401314 Mon Sep 17 00:00:00 2001 From: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com> Date: Mon, 30 Oct 2023 15:45:11 +0100 Subject: [PATCH] set new v14 "auth app" to output its files into a new "auth" folder to ensure it doesnt conflict with v13 login screen --- src/Umbraco.Web.UI.Client/apps/auth/vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/apps/auth/vite.config.ts b/src/Umbraco.Web.UI.Client/apps/auth/vite.config.ts index c542eee6bd..74cb265ca6 100644 --- a/src/Umbraco.Web.UI.Client/apps/auth/vite.config.ts +++ b/src/Umbraco.Web.UI.Client/apps/auth/vite.config.ts @@ -19,7 +19,7 @@ export default defineConfig({ }, }, }, - outDir: '../../../Umbraco.Cms.StaticAssets/wwwroot/umbraco/login', + outDir: '../../../Umbraco.Cms.StaticAssets/wwwroot/umbraco/auth', emptyOutDir: true, }, server: {