UNPKG

r3f-starter

Version:

CLI to scaffold React Three Fiber templates with or without physics( Rapier )

12 lines (10 loc) 210 B
import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' // https://vite.dev/config/ export default defineConfig({ plugins: [react()], server: { host: true, open: true, }, })