add some spartanAuth login stuff

This commit is contained in:
2025-05-05 20:44:38 -06:00
parent 05e9970008
commit 8761bef5aa
3 changed files with 26 additions and 1 deletions

View File

@ -9,7 +9,13 @@ import tailwindcss from '@tailwindcss/vite'
export default defineConfig({
plugins: [
tailwindcss(),
vue(),
vue({
template: {
compilerOptions: {
isCustomElement: (tag) => tag.startsWith('spartan-'),
},
},
}),
vueDevTools(),
],
resolve: {