删除 components.d.ts

This commit is contained in:
严浩
2024-08-27 17:40:17 +08:00
parent b37ecb7251
commit b99f755b7c
5 changed files with 6 additions and 23 deletions

View File

@ -12,7 +12,8 @@
"type-check": "vue-tsc --build --force",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier --write src/",
"prepare": "husky"
"prepare": "husky",
"dev+preview": "bunx dev-and-preview@1.0.0"
},
"dependencies": {
"@alova/adapter-axios": "^2.0.5",