- next.config: development-only rewrite /api/:path* to 127.0.0.1:4000; move
sharp to experimental.serverComponentsExternalPackages for Next 14
- media/[id]/route: resolve storage at request time, fallbacks for
backend/storage/media vs storage/media, async params, force-dynamic
Made-with: Cursor
Use same-origin /api in the browser so builds are not stuck with baked-in
localhost. Server-side fetches use INTERNAL_API_URL, NEXT_PUBLIC_API_URL, or
loopback. Centralize logic in lib/api-base.ts.
Made-with: Cursor