Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
arthrod
/
teste-teste-teste
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
e76f39e
teste-teste-teste
/
frontend
/
vite.config.js
arthrod
ssss
75120e8
3 months ago
raw
Copy download link
history
blame
Safe
150 Bytes
import
{ defineConfig }
from
'vite'
;
import
{ svelte }
from
'@sveltejs/vite-plugin-svelte'
;
export
default
defineConfig
({
plugins
: [
svelte
()],
});