Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dipan004
/
Notiflow
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Notiflow
/
dashboard
/
vite.config.ts
Archi Kanungo
feat: dashboard ui update
4251788
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
162 Bytes
import
{ defineConfig }
from
'vite'
import
react
from
'@vitejs/plugin-react'
// https://vitejs.dev/config/
export
default
defineConfig
({
plugins
: [
react
()],
})