Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
enzostvs
/
whois
like
15
Runtime error
App
Files
Files
Community
1
07a1325
whois
/
vite.config.ts
Esteves Enzo
initial project
fcc7678
12 months 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
()]
});