Migracja na Vite

This commit is contained in:
2022-07-17 14:18:42 +02:00
parent 9e021fab6c
commit 8edaf91a7f
14 changed files with 482 additions and 25987 deletions
+6
View File
@@ -0,0 +1,6 @@
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
export default defineConfig({
plugins: [vue()]
})