deps: vidstack, framer-motion, zustand, radix, tauri

This commit is contained in:
2026-03-23 08:16:27 +02:00
parent 4e2e3626cc
commit d65da148d4
5 changed files with 2225 additions and 67 deletions
+5 -2
View File
@@ -1,7 +1,10 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
import tailwindcss from '@tailwindcss/vite'
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
plugins: [react(), tailwindcss()],
build: {
chunkSizeWarningLimit: 900,
},
})