blob: 8b0f57b91aeb45c54467e29f983a0893dc83c4d9 [file] [log] [blame]
22301014bc4616f2025-06-03 16:59:44 +08001import { defineConfig } from 'vite'
2import react from '@vitejs/plugin-react'
sogln3131a462025-04-15 17:01:40 +08003
22301014bc4616f2025-06-03 16:59:44 +08004// https://vite.dev/config/
sogln3131a462025-04-15 17:01:40 +08005export default defineConfig({
22301014bc4616f2025-06-03 16:59:44 +08006 plugins: [react()],
7})