Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
huggingface
/
inference-playground
like
35
Running
App
Files
Files
Community
3
fb6b956
inference-playground
/
vite.config.ts
victor
HF staff
Initial commit
dac6daa
4 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
()]
});