完成对app-shared 的拆分

This commit is contained in:
编码猿
2025-09-18 04:12:50 +08:00
parent 327e80d71e
commit cc23a6e1f0
12 changed files with 43 additions and 39 deletions

View File

@@ -7,10 +7,9 @@
"node": "^20.19.0 || >=22.12.0"
},
"scripts": {
"dev": "vite --port 5000 --strictPort",
"serve": "vite preview --port 5000 --strictPort",
"build": "vite build",
"all": "npm run build && npm run serve",
"dev": "concurrently \"npm run build\" \"npm run serve\"",
"serve": "vite preview --port 1300 --strictPort",
"build": "vite build --watch",
"type-check": "vue-tsc --build"
},
"dependencies": {