Update vite.config.ts

This commit is contained in:
2026-01-16 13:25:59 +00:00
parent 8dbfe01117
commit 38ee1f6049

View File

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