Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
HugoDzz
/
super-godot-galaxy
like
26
Running
App
Files
Files
Community
0dd88bc
super-godot-galaxy
/
vite.config.ts
HugoDzz
feat: add smg build
0dd88bc
about 1 year 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
()]
});