chore: import vercel-postgres one-click template (#6564)
Import vercel one-click template
This commit is contained in:
5
templates/vercel-postgres/next.config.mjs
Normal file
5
templates/vercel-postgres/next.config.mjs
Normal file
@@ -0,0 +1,5 @@
|
||||
import { withPayload } from '@payloadcms/next/withPayload'
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {};
|
||||
|
||||
export default withPayload(nextConfig);
|
||||
Reference in New Issue
Block a user