Merge pull request 'fix(ProjectAttachment): 修改drone' (#1028) from master into prod

Reviewed-on: http://git.feashow.cn/clay/mosr-web/pulls/1028
This commit is contained in:
2025-06-12 02:17:12 +00:00
2 changed files with 5 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ steps:
- name: build-package
image: node:18
image: node:16.20.0
volumes:
- name: cache
path: /drone/src/node_modules

View File

@@ -11,10 +11,13 @@ import Inspect from 'vite-plugin-inspect'
import viteSvgIcons from 'vite-plugin-svg-icons'
import {detect} from 'package-manager-detector/dist/detect.mjs'
import path from 'path'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [
vue(),detect,
vue(),
detect,
vueJsx(),
AutoImport({
//自动导入vue相关函数