Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
huggingface-projects
/
diffuse-the-rest
like
917
Running
App
Files
Files
Community
505
cd8f678
diffuse-the-rest
/
vite.config.js
mishig
HF staff
Initial commit
64d1262
about 2 years ago
raw
Copy download link
history
blame
Safe
158 Bytes
import
{ sveltekit }
from
'@sveltejs/kit/vite'
;
/**
@type
{
import('vite').UserConfig
} */
const
config = {
plugins
: [
sveltekit
()]
};
export
default
config;