Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
matthartman
/
mattmail
like
0
Build error
App
Files
Files
Community
main
mattmail
/
vite.config.ts
coyotte508
Svelte template
150e09e
3 months 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
()],
})