Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
minchyeom
/
llmOS-Agent
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
6ebba8f
llmOS-Agent
/
frontend
/
vite.config.js
tech-envision
Add React frontend with glassmorphism chat
03e545a
3 months ago
raw
Copy download link
history
blame
Safe
161 Bytes
import
{ defineConfig }
from
'vite'
import
react
from
'@vitejs/plugin-react'
// https://vite.dev/config/
export
default
defineConfig
({
plugins
: [
react
()],
})