Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
cacode
/
blog
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
blog
/
svelte.config.js
cacode
Upload 434 files
96dd062
verified
28 days ago
raw
Copy download link
history
blame
contribute
delete
126 Bytes
import
{ vitePreprocess }
from
"@astrojs/svelte"
;
export
default
{
preprocess
: [
vitePreprocess
({
script
:
true
})],
};