开发模式检查对齐生产

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, "private": true,
"type": "module", "type": "module",
"scripts": { "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", "build": "vue-tsc -b && vite build",
"preview": "vite preview --host 0.0.0.0", "preview": "vite preview --host 0.0.0.0",
"typecheck": "vue-tsc -b" "typecheck": "vue-tsc -b --noEmit"
}, },
"dependencies": { "dependencies": {
"@element-plus/icons-vue": "^2.3.1", "@element-plus/icons-vue": "^2.3.1",