Isolate next dev from production .next, add build-guard/atomic deploy/health watchdog, error boundaries, and fix JWT startup, meetup leaks, media path traversal, SVG/memory uploads, and JSON-LD escaping. Co-authored-by: Cursor <cursoragent@cursor.com>
14 lines
248 B
SYSTEMD
14 lines
248 B
SYSTEMD
# Fires the BBE site health watchdog every 5 minutes.
|
|
|
|
[Unit]
|
|
Description=Run BBE site health watchdog every 5 minutes
|
|
|
|
[Timer]
|
|
OnBootSec=3min
|
|
OnUnitActiveSec=5min
|
|
AccuracySec=30s
|
|
Unit=bbe-site-healthcheck.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|