【新增】私有证书

This commit is contained in:
cai
2025-09-03 15:15:59 +08:00
parent efd052a297
commit 954cd1638d
442 changed files with 76787 additions and 7483 deletions

View File

@@ -7,7 +7,8 @@
"dependsOn": ["^build"],
"inputs": ["$TURBO_DEFAULT$", ".env*"],
"env": ["NODE_ENV"],
"outputs": [".next/**", "!.next/cache/**", "dist/**"]
"outputs": [".next/**", "!.next/cache/**", "dist/**"],
"outputLogs": "new-only"
},
"lint": {
"dependsOn": ["^lint"]
@@ -19,6 +20,11 @@
"cache": false,
"persistent": true,
"env": ["NODE_ENV"]
},
"@baota/vite-plugin-random-cache#build": {
"dependsOn": ["^build"],
"inputs": ["$TURBO_DEFAULT$"],
"outputs": []
}
}
}