Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dylanebert
/
3d-arena
like
190
Running
App
Files
Files
Community
3
f784cf5
3d-arena
/
vite.config.ts
dylanebert
HF staff
initial leaderboard iteration
31a2d08
6 months ago
raw
Copy download link
history
blame
Safe
144 Bytes
import
{ sveltekit }
from
'@sveltejs/kit/vite'
;
import
{ defineConfig }
from
'vite'
;
export
default
defineConfig
({
plugins
: [
sveltekit
()]
});