Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
radames
/
Real-Time-Latent-Consistency-Model
like
629
Runtime error
App
Files
Files
Community
13
cd353d4
Real-Time-Latent-Consistency-Model
/
frontend
/
vite.config.ts
radames
new base
cb92d2b
12 months ago
raw
Copy download link
history
blame
145 Bytes
import
{ sveltekit }
from
'@sveltejs/kit/vite'
;
import
{ defineConfig }
from
'vite'
;
export
default
defineConfig
({
plugins
: [
sveltekit
()]
});