Skip to content

Commit

Permalink
Replace the deprecated test.watchExclude with server.watch.ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Mar 13, 2024
1 parent 3852851 commit 453dbdf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default defineConfig({
'packages/preset-app/index.js'
]
},
testTimeout: 20_000,
watchExclude: ['**/fixtures', '**/dist', '**/out']
}
testTimeout: 20_000
},
server: { watch: { ignored: ['**/fixtures', '**/dist', '**/out'] } }
})

0 comments on commit 453dbdf

Please sign in to comment.