Files

6 lines
132 B
TypeScript
Raw Permalink Normal View History

2026-08-18 18:20:27 -04:00
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
export default defineConfig({
plugins: [react()],
})