Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ppaihack
/
PoCInnovation
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c3e46dc
PoCInnovation
/
front
/
vite.config.ts
pierrelissope
deploy: added project base
fef8a16
7 months ago
raw
Copy download link
history
blame
Safe
163 Bytes
import
{ defineConfig }
from
'vite'
import
react
from
'@vitejs/plugin-react'
// https://vitejs.dev/config/
export
default
defineConfig
({
plugins
: [
react
()],
})