PBI-55: src/lib/push-trigger.ts – fire-and-forget push helper with 5s AbortController timeout

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Scrum4Me Agent 2026-05-07 21:34:41 +02:00
parent 0d6bf8dd0d
commit 18c34b63de
2 changed files with 26 additions and 0 deletions

View file

@ -3,3 +3,7 @@ DATABASE_URL="postgresql://user:pass@host:5432/dbname"
# API token from Scrum4Me → /settings/tokens
SCRUM4ME_TOKEN=""
# Internal push endpoint (main-app) for web-push notifications
INTERNAL_PUSH_URL=""
INTERNAL_PUSH_SECRET=""