Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
huggingface/inference-playground
FallnAI
/
TextGen-Inference
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
4029c63
TextGen-Inference
/
vite.config.ts
mishig
HF staff
same prettier as hub
60216ec
7 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
()],
});