set new v14 "auth app" to output its files into a new "auth" folder to ensure it doesnt conflict with v13 login screen

This commit is contained in:
Jacob Overgaard
2023-10-30 15:45:11 +01:00
parent f8515f9b81
commit 205975171f

View File

@@ -19,7 +19,7 @@ export default defineConfig({
},
},
},
outDir: '../../../Umbraco.Cms.StaticAssets/wwwroot/umbraco/login',
outDir: '../../../Umbraco.Cms.StaticAssets/wwwroot/umbraco/auth',
emptyOutDir: true,
},
server: {