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