mirror of
https://gitee.com/bootx/dax-pay-ui
synced 2026-08-13 15:55:43 +08:00
- 从 daxpay4/daxpay4-web 同步 Vben Admin v5 版本代码 - 移除代理商模块(前端页面、API、国际化、权限码) - 清理商户页面中代理商相关引用
40 lines
894 B
JSON
40 lines
894 B
JSON
{
|
|
"$schema": "https://turbo.build/schema.json",
|
|
"globalDependencies": [
|
|
"pnpm-lock.yaml",
|
|
"**/.env.*local",
|
|
"**/tsconfig*.json",
|
|
"internal/node-utils/*.json",
|
|
"internal/node-utils/src/**/*.ts",
|
|
"internal/vite-config/*.json",
|
|
"internal/vite-config/src/**/*.ts",
|
|
"scripts/*/src/**/*.ts",
|
|
"scripts/*/src/**/*.json"
|
|
],
|
|
"globalEnv": ["NODE_ENV"],
|
|
"tasks": {
|
|
"build": {
|
|
"dependsOn": ["^build"],
|
|
"outputs": ["dist/**", "dist.zip", ".vitepress/dist.zip", ".vitepress/dist/**"]
|
|
},
|
|
"preview": {
|
|
"dependsOn": ["^build"],
|
|
"outputs": ["dist/**"]
|
|
},
|
|
"build:analyze": {
|
|
"dependsOn": ["^build"],
|
|
"outputs": ["dist/**"]
|
|
},
|
|
"test:e2e": {},
|
|
"dev": {
|
|
"dependsOn": [],
|
|
"outputs": [],
|
|
"cache": false,
|
|
"persistent": true
|
|
},
|
|
"typecheck": {
|
|
"outputs": []
|
|
}
|
|
}
|
|
}
|