dashboard
repositories
filestore
activity
search
login
main
/
safetyProject
深海所安全管理信息化平台
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
提交
zhouwx
2026-02-26
5b0ccbf346e6e4fb322bc3312e031c2d8d6516c3
[safetyProject.git]
/
vite.config.js
1
2
3
4
5
6
7
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
// https://vite.dev/config/
export default defineConfig({
plugins: [vue()],
})