feat: centralize frontend Vuetify styling
This commit is contained in:
@@ -64,6 +64,9 @@ export default defineConfig(({ isSsrBuild }) => ({
|
||||
}
|
||||
}
|
||||
},
|
||||
ssr: {
|
||||
noExternal: ['vuetify'],
|
||||
},
|
||||
resolve: {
|
||||
alias: {
|
||||
'@': fileURLToPath(new URL('./src', import.meta.url))
|
||||
|
||||
Reference in New Issue
Block a user