Update AGENTS.md

This commit is contained in:
2026-03-27 03:16:08 -05:00
parent 3d54b75739
commit 8c6891f80d
2 changed files with 176 additions and 79 deletions

View File

@@ -11,7 +11,7 @@ export default buildConfig({
editor: lexicalEditor(),
collections: [Users],
globals: [LandingPage],
secret: env.PAYLOAD_SECRET ?? '',
secret: env.PAYLOAD_SECRET,
db: postgresAdapter({
pool: {
connectionString: env.PAYLOAD_DB_URL,