Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
dylanebert
/
3d-arena
like
189
Running
App
Files
Files
Community
3
4e1da8c
3d-arena
/
viewer
/
vite.config.ts
dylanebert
HF staff
add solution
7ee5f8f
about 1 year 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
()]
});