Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
huggingchat/chat-ui
MariaK
/
HF-Chat-with-domain-filters
like
0
Sleeping
App
Files
Files
Community
c3aa4e3
HF-Chat-with-domain-filters
/
vite.config.ts
victor
HF staff
init
11dbfc8
over 1 year 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
()]
});