Files
honey-fe/vite.config.ts
Hewston Fox 06129b821e
All checks were successful
Deploy to VPS (dist) / deploy (push) Successful in 9m29s
feat: init vite
2026-03-07 21:44:42 +02:00

8 lines
165 B
TypeScript

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