提交测试

This commit is contained in:
xiaogang 2024-06-07 14:37:14 +08:00
parent 697c5df699
commit 088f891271
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@ const result = pages
return !target.includes(dir) return !target.includes(dir)
}) })
.map((ele) => `**/${ele}`) .map((ele) => `**/${ele}`)
console.log(result)
// https://vitejs.dev/config/ // https://vitejs.dev/config/
export default ({ command, mode }) => { export default ({ command, mode }) => {