Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tonyassi
/
glucose-goddess
like
0
Running
App
Files
Files
Community
b12732e
glucose-goddess
/
vite.config.ts
tonyassi
Duplicate from static-templates/svelte
5dbea12
verified
about 1 month 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
()],
})