feat(templates): add vercel postgres template (#7841)

- docs: add db-vercel-postgres info
- feat: update template variations
This commit is contained in:
Elliot DeNolf
2024-08-23 15:17:26 -04:00
committed by GitHub
parent 83022f6d55
commit 825d8b83d1
41 changed files with 1164 additions and 31 deletions

View File

@@ -36,7 +36,6 @@ Here is one of the simplest possible Payload configs:
```ts
import { buildConfig } from 'payload'
import { mongooseAdapter } from '@payloadcms/db-mongodb'
// import { postgresAdapter } from '@payloadcms/db-postgres'
export default buildConfig({
secret: process.env.PAYLOAD_SECRET,