UNPKG

create-gfx

Version:

Set up a Web graphics project blazingly fast!

8 lines (6 loc) 167 B
import { defineConfig } from 'vite' import react from '@vitejs/plugin-react-swc' // https://vitejs.dev/config/ export default defineConfig({ plugins: [react()], })