开发模式检查对齐生产

This commit is contained in:
yml
2026-06-05 21:11:53 +08:00
parent e2e91845e4
commit 766c33af9a
+2 -2
View File
@@ -4,10 +4,10 @@
"private": true,
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0",
"dev": "vue-tsc -b --watch & vite --host 0.0.0.0",
"build": "vue-tsc -b && vite build",
"preview": "vite preview --host 0.0.0.0",
"typecheck": "vue-tsc -b"
"typecheck": "vue-tsc -b --noEmit"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",