trails/packages/db/src
Ullrich Schäfer ebedfa257b
fix: add E2E opt-out for fail-loud secret/DB-URL guards
Playwright runs the server via `react-router serve` with
NODE_ENV=production but against a local dev Postgres and local cookie
secrets. The guards added in 5a7bb76 refused to start under that
configuration. `E2E=true` (already set by the CI E2E job) is now the
explicit opt-out: in real production this env var is never set, so the
guard still bites.
2026-05-24 11:45:09 +02:00
..
schema fix(journal): architectural audit omnibus 2026-05-24 10:28:33 +02:00
get-database-url.test.ts fix(journal): fail loud in production when secrets are unset 2026-05-24 11:37:20 +02:00
index.test.ts Add tests to all packages, remove passWithNoTests 2026-04-13 00:48:27 +02:00
index.ts fix: add E2E opt-out for fail-loud secret/DB-URL guards 2026-05-24 11:45:09 +02:00
migrate-data.ts fix(journal): fail loud in production when secrets are unset 2026-05-24 11:37:20 +02:00