Files
accounted/lib/supabase
Jakob Wennberg 3909f23725 fix: handle Docker build placeholder env vars in Supabase clients and VAPID init
Docker builds use __NEXT_PUBLIC_*__ sentinel values that get replaced at
runtime by docker-entrypoint.sh. These placeholders caused build failures:
- Supabase client constructor rejected invalid URL during page prerendering
- web-push VAPID init rejected invalid key format

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-03 14:50:46 +01:00
..