Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
radames/Real-Time-Latent-Consistency-Model
radames
/
Real-Time-SD-Turbo
like
112
Sleeping
App
Files
Files
Community
3
f45636e
Real-Time-SD-Turbo
/
frontend
/
vite.config.ts
radames
new base
cb92d2b
about 1 year ago
raw
Copy download link
history
blame
145 Bytes
import
{ sveltekit }
from
'@sveltejs/kit/vite'
;
import
{ defineConfig }
from
'vite'
;
export
default
defineConfig
({
plugins
: [
sveltekit
()]
});