Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sohei1l
/
clip-tagger
like
1
Running
App
Files
Files
Community
7e27968
clip-tagger
/
vite.config.js
sohei1l
Initial project setup with Vite and React
7e27968
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
()],
})