blob: 8b0f57b91aeb45c54467e29f983a0893dc83c4d9 [file] [log] [blame]
刘嘉昕9cdeca22025-06-03 16:54:30 +08001import { defineConfig } from 'vite'
2import react from '@vitejs/plugin-react'
3
4// https://vite.dev/config/
5export default defineConfig({
6 plugins: [react()],
7})