Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dylanebert
/
VibeGame
like
21
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
bc9b59d
VibeGame
/
svelte.config.js
dylanebert
initial commit
794cf6c
2 months ago
raw
Copy download link
history
blame
Safe
169 Bytes
import
{ vitePreprocess }
from
"@sveltejs/vite-plugin-svelte"
;
export
default
{
preprocess
:
vitePreprocess
(),
compilerOptions
: {
enableSourcemap
:
true
,
},
};