ShopGenV2 / viteGradio /vite.config.js
ClaireOzzz's picture
Upload 55 files
a8f64d2
raw
history blame contribute delete
No virus
167 Bytes
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react-swc'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
})