Files
edr-platform/apps/edr-freight-web/portal
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
..
2026-08-08 14:00:45 +00:00
2026-08-10 12:00:29 +03:00
2026-06-10 08:48:05 +00:00
2026-05-15 22:17:31 +03:00
2026-05-12 15:17:16 +03:00
2026-05-12 15:17:16 +03:00