trails/apps/journal/app
Ullrich Schäfer e69f93800b Fix TypeScript parameter property crash in Node strip-only mode
oauth.server.ts used a TypeScript parameter property (`public code: string`
in constructor) which is not supported by Node.js v25's strip-only TypeScript
mode. This caused the journal to crash-loop on startup after seeding OAuth
clients.

Also enable `erasableSyntaxOnly` in tsconfig.base.json so `pnpm typecheck`
catches any future use of non-erasable TypeScript syntax.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-12 14:00:00 +02:00
..
components Reduce map fly animation to 200ms 2026-04-11 00:48:41 +02:00
lib Fix TypeScript parameter property crash in Node strip-only mode 2026-04-12 14:00:00 +02:00
routes Fix typecheck: add missing unstable_url and unstable_pattern to route test args 2026-04-13 01:10:23 +02:00
entry.client.tsx Upgrade i18next v26 + react-i18next v17 with SSR-safe init 2026-03-29 11:38:36 +02:00
entry.server.tsx Upgrade i18next v26 + react-i18next v17 with SSR-safe init 2026-03-29 11:38:36 +02:00
root.tsx Pass full locale from Accept-Language to ClientDate 2026-03-29 11:46:21 +02:00
routes.ts Implement Journal REST API v1 endpoints 2026-04-13 00:57:27 +02:00