Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
benHelmyy
/
Course
like
0
No application file
App
Files
Files
Community
main
Course
/
vite.config.ts
benHelmyy
Duplicate from static-templates/svelte
9291764
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
175 Bytes
import
{ defineConfig }
from
'vite'
import
{ svelte }
from
'@sveltejs/vite-plugin-svelte'
// https://vite.dev/config/
export
default
defineConfig
({
plugins
: [
svelte
()],
})