Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
huggingface-projects/diffuse-the-rest
ismot
/
0602t4
like
0
Running
App
Files
Files
Community
main
0602t4
/
vite.config.js
ismot
Duplicate from huggingface-projects/diffuse-the-rest
3d11da7
over 2 years ago
raw
Copy download link
history
blame
contribute
delete
158 Bytes
import
{ sveltekit }
from
'@sveltejs/kit/vite'
;
/**
@type
{
import('vite').UserConfig
} */
const
config = {
plugins
: [
sveltekit
()]
};
export
default
config;