Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
huggingface/inference-playground
Nymbo
/
Text-Gen-Playground
like
5
Running
App
Files
Files
Community
1
c1d486d
Text-Gen-Playground
/
vite.config.ts
victor
HF staff
Initial commit
dac6daa
5 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
()]
});