Skip to content

Commit

Permalink
set new v14 "auth app" to output its files into a new "auth" folder t…
Browse files Browse the repository at this point in the history
…o ensure it doesnt conflict with v13 login screen
  • Loading branch information
iOvergaard committed Oct 30, 2023
1 parent 3925d01 commit e60abfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/auth/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default defineConfig({
},
},
},
outDir: '../../../Umbraco.Cms.StaticAssets/wwwroot/umbraco/login',
outDir: '../../../Umbraco.Cms.StaticAssets/wwwroot/umbraco/auth',
emptyOutDir: true,
},
server: {
Expand Down

0 comments on commit e60abfd

Please sign in to comment.