Skip to content

Commit

Permalink
chore: ignore eslint wrong inference any return from webpackBundler()
Browse files Browse the repository at this point in the history
  • Loading branch information
mrzzy committed Aug 30, 2024
1 parent 7628fce commit 168dcf9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/cms/src/payload.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ export default buildConfig({
url: process.env.MONGODB_URI,
}),
admin: {
// eslint wrongly infers webpackBundler() as returning any
/* eslint-disable-next-line */
bundler: webpackBundler(),
components: {
graphics: {
Expand Down

0 comments on commit 168dcf9

Please sign in to comment.