chore: 调整环境配置

This commit is contained in:
wangxuefeng
2025-03-03 18:39:15 +08:00
parent 7c6a86edf6
commit 09ff94c188
14 changed files with 30 additions and 23 deletions

View File

@@ -60,7 +60,11 @@
"inputs": [
"$TURBO_DEFAULT$"
],
"outputs": []
"outputs": [
"dist/**",
"types/**",
"*.d.ts"
]
}
}
}