Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
static-templates
/
sveltekit
like
0
Running
App
Files
Files
Community
89a36e7
sveltekit
/
vite.config.ts
coyotte508
Sveltekit tempalte
89a36e7
22 days ago
raw
Copy download link
history
blame
Safe
204 Bytes
import
tailwindcss
from
'@tailwindcss/vite'
;
import
{ sveltekit }
from
'@sveltejs/kit/vite'
;
import
{ defineConfig }
from
'vite'
;
export
default
defineConfig
({
plugins
: [
tailwindcss
(),
sveltekit
()]
});