david / vite.config.js
JairoDanielMT's picture
serfd
aedd342
raw
history blame contribute delete
167 Bytes
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react-swc'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
})