3d-arena / vite.config.ts
dylanebert's picture
dylanebert HF staff
initial leaderboard iteration
31a2d08
raw
history blame
No virus
144 Bytes
import { sveltekit } from '@sveltejs/kit/vite';
import { defineConfig } from 'vite';
export default defineConfig({
plugins: [sveltekit()]
});