chore: bumps dependencies
This commit is contained in:
10
next.config.mjs
Normal file
10
next.config.mjs
Normal file
@ -0,0 +1,10 @@
|
||||
import withPayload from "@payloadcms/next/withPayload";
|
||||
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
experimental: {
|
||||
// serverComponentsExternalPackages: ["@payloadcms/db-mongodb"],
|
||||
},
|
||||
};
|
||||
|
||||
export default withPayload(nextConfig);
|
Reference in New Issue
Block a user