Migracja na Vite; poprawki funkcjonalności

This commit is contained in:
2022-10-08 15:42:59 +02:00
parent 62070e2cf3
commit 046859b560
27 changed files with 895 additions and 30420 deletions
+7
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()]
})