Files
walkbyfaith/vite.config.ts
T

6 lines
132 B
TypeScript
Raw 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()],
})