Add vite config

This commit is contained in:
2026-02-20 12:12:25 +00:00
parent 056ee7bebe
commit 1eba5a5eaa

3
vite.config.js Normal file
View File

@@ -0,0 +1,3 @@
import { defineConfig } from "vite"
import react from "@vitejs/plugin-react"
export default defineConfig({ plugins: [react()] })