Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Lorenzo0710
/
Python
like
0
No application file
App
Files
Files
Community
0f81efb
Python
/
vite.config.ts
Lorenzo0710
Duplicate from static-templates/svelte
f4daa30
verified
11 months ago
raw
Copy download link
history
blame
Safe
175 Bytes
import
{ defineConfig }
from
'vite'
import
{ svelte }
from
'@sveltejs/vite-plugin-svelte'
// https://vite.dev/config/
export
default
defineConfig
({
plugins
: [
svelte
()],
})