fix: payload building issues

This commit is contained in:
2026-06-17 23:58:51 +05:30
parent d3ab5028af
commit e974313f6d
15 changed files with 264 additions and 271 deletions
+1 -5
View File
@@ -1,4 +1,4 @@
# Payload
# Payload (used for local dev via `pnpm dev:cms`)
PAYLOAD_SECRET=change-me-to-a-long-random-string
DATABASE_URI=postgres://payload:payload@localhost:5432/softvowels
@@ -9,8 +9,4 @@ SERVER_URL=https://cms.softvowels.example
# Origins allowed to call the API (Astro public site)
CORS_ORIGINS=https://softvowels.example,http://localhost:4321
# Internal rebuild webhook
ASTRO_REVALIDATE_URL=http://host.docker.internal:4321/__revalidate
ASTRO_REVALIDATE_TOKEN=change-me
PORT=3000