Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
mgifford
/
testing
like
0
No application file
App
Files
Files
Community
main
testing
/
vite.config.ts
mgifford
Duplicate from static-templates/svelte
7bc0096
2 months ago
Raw
Download with hf CLI
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
()],
})