chore: import vercel-postgres one-click template (#6564)

Import vercel one-click template
This commit is contained in:
Elliot DeNolf
2024-05-29 18:06:52 -04:00
committed by GitHub
parent 511908a964
commit a3ee07f693
48 changed files with 8568 additions and 44 deletions

View File

@@ -0,0 +1,5 @@
import { withPayload } from '@payloadcms/next/withPayload'
/** @type {import('next').NextConfig} */
const nextConfig = {};
export default withPayload(nextConfig);