Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Fraser
/
piclets
like
0
Running
App
Files
Files
Community
7165ef5
piclets
/
vite.config.ts
Fraser
Duplicate from static-templates/svelte
5f585cd
verified
30 days 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
()],
})