upgraded install ui

This commit is contained in:
Saifeddine ALOUI
2024-01-01 00:56:35 +01:00
parent af5c60d56c
commit d8fb2d6ff7
18 changed files with 2463 additions and 4 deletions

View File

@ -0,0 +1,7 @@
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [vue()],
})