Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gradio
/
chat-with-df
like
0
Running
App
Files
Files
Community
0d72569
chat-with-df
/
vite.config.ts
hmb
HF Staff
fix
0d72569
4 months ago
raw
Copy download link
history
blame
Safe
146 Bytes
import
{ sveltekit }
from
"@sveltejs/kit/vite"
;
import
{ defineConfig }
from
"vite"
;
export
default
defineConfig
({
plugins
: [
sveltekit
()],
});