Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
burtenshaw
/
genything
like
9
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
genything
/
vite.config.js
burtenshaw
first commit
ea3f4d3
about 16 hours ago
raw
Copy download link
history
blame
contribute
delete
Safe
146 Bytes
import
{ sveltekit }
from
"@sveltejs/kit/vite"
;
import
{ defineConfig }
from
"vite"
;
export
default
defineConfig
({
plugins
: [
sveltekit
()],
});