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
283bd45
inference-playground
/
vite.config.ts
mishig
HF staff
same prettier as hub
60216ec
3 months ago
raw
Copy download link
history
blame
Safe
145 Bytes
import
{ sveltekit }
from
"@sveltejs/kit/vite"
;
import
{ defineConfig }
from
"vite"
;
export
default
defineConfig
({
plugins
: [
sveltekit
()],
});