feat: centralize frontend Vuetify styling
All checks were successful
deploy-socialize / image (push) Successful in 50s
deploy-socialize / deploy (push) Successful in 19s

This commit is contained in:
2026-05-08 13:45:42 -04:00
parent e81c9f42c9
commit 1ca6ab7117
54 changed files with 1461 additions and 1304 deletions

View File

@@ -64,6 +64,9 @@ export default defineConfig(({ isSsrBuild }) => ({
}
}
},
ssr: {
noExternal: ['vuetify'],
},
resolve: {
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url))