This commit is contained in:
yangsy
2025-09-05 17:28:21 +08:00
parent 3551c416fc
commit b1fde49495
3 changed files with 59 additions and 29 deletions

View File

@@ -10,7 +10,7 @@
"dev": "vite --host",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"build-only": "vite build && tsx src/utils/post-build.ts",
"type-check": "vue-tsc --build",
"lint": "eslint . --fix",
"format": "prettier --write src/"
@@ -54,6 +54,7 @@
"jiti": "^2.4.2",
"npm-run-all2": "^8.0.4",
"prettier": "3.6.2",
"tsx": "^4.20.5",
"typescript": "~5.8.0",
"vite": "^7.0.6",
"vite-plugin-vue-devtools": "^8.0.0",