feat: check version

This commit is contained in:
yangsy
2025-09-08 16:39:58 +08:00
parent 632d7acf59
commit f56a10dfcd
8 changed files with 85 additions and 8 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "ndm-web-client-v",
"version": "0.0.0",
"version": "0.1.0",
"private": true,
"type": "module",
"engines": {
@@ -8,9 +8,9 @@
},
"scripts": {
"dev": "vite --host",
"build": "run-p type-check \"build-only {@}\" --",
"build": "tsx build/pre-build.ts && vite build && tsx build/post-build.ts",
"preview": "vite preview",
"build-only": "vite build && tsx src/utils/post-build.ts",
"build-only": "vite build",
"type-check": "vue-tsc --build",
"lint": "eslint . --fix",
"format": "prettier --write src/"