lfg9-forums/frontend/vite.config.ts
Developer 097d5c4109 init
2025-09-02 14:05:42 -05:00

8 lines
161 B
TypeScript

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