Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
huggingface
/
inference-playground
like
185
Building
on
CPU Upgrade
App
Files
Files
Community
11
Fetching metadata from the HF Docker repository...
92b1a8e
inference-playground
/
vite.config.ts
mishig
HF Staff
same prettier as hub
60216ec
12 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
()],
});