diff --git a/vite.config.ts b/vite.config.ts index 8a480a7..b97d44d 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -25,7 +25,6 @@ const result = pages return !target.includes(dir) }) .map((ele) => `**/${ele}`) -console.log(result) // https://vitejs.dev/config/ export default ({ command, mode }) => {