Skip to content

Commit

Permalink
feat: 使用测试docs包发布测试官网
Browse files Browse the repository at this point in the history
  • Loading branch information
zzcr committed Jan 18, 2025
1 parent 86d1cbb commit 0090d44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions preSites.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const newConfigJs = configJs
.split("\n")
.filter((row) => !row.includes("virtualTemplatePlugin"))
.filter((row) => !row.includes("getAlias"))
.filter((row) => !row.includes("@mobile-root"))
.filter((row) => !row.includes("getOptimizeDeps"))
.filter((row) => !row.includes("@opentiny/vue-renderless/types"))
.filter((row) => !row.includes("@opentiny/vue-vite-import"))
Expand Down

0 comments on commit 0090d44

Please sign in to comment.