Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mishrabp
/
mlstocks
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
mlstocks
/
frontend
/
vite.config.js
github-actions[bot]
Deploy to Hugging Face Space
abf702c
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
155 Bytes
import
{ defineConfig }
from
'vite'
import
vue
from
'@vitejs/plugin-vue'
// https://vite.dev/config/
export
default
defineConfig
({
plugins
: [
vue
()],
})