Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
blanchon
/
LeRobot-Arena
like
4
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
18b0fa5
LeRobot-Arena
/
vite.config.ts
blanchon
Mostly UI Update
18b0fa5
3 months 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
()]
});