Files
edr-platform/apps/edr-freight-web
Nathnael f46324b779 fix(portal): make type-check actually check something
The portal's type-check script was `tsc --noEmit`, run against a
tsconfig.json whose "files" is [] and which only carries project
references. tsc checks zero files and exits 0, so
`pnpm turbo type-check --filter=@edr/freight-portal` has been reporting
success without compiling anything.

Switched to `tsc -b`, which the backoffice already uses and which follows
the references. The portal is clean under it.
2026-08-29 08:14:00 +00:00
..