Update to UIX for alpha version

This commit is contained in:
Jesse Malotaux 2025-04-11 18:57:25 +02:00
parent 2098aface9
commit 3cc0a2017d
20 changed files with 88 additions and 65 deletions

View file

@ -16,6 +16,7 @@ export default defineConfig({
},
plugins: [vue(), vueDevTools(), tailwindcss()],
envDir: '../',
assets: ['assets'],
resolve: {
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url)),