Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
victor
/
sveltekit-supabase
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c95db22
sveltekit-supabase
/
vite.config.ts
victor
HF Staff
init
c95db22
almost 2 years ago
raw
Copy download link
history
blame
Safe
144 Bytes
import
{ sveltekit }
from
'@sveltejs/kit/vite'
;
import
{ defineConfig }
from
'vite'
;
export
default
defineConfig
({
plugins
: [
sveltekit
()]
});