I @lewisjared, I tried to build the Docker image using the dockerfile and I hit
[email protected] build
> tsc -b && vite build
src/main.tsx:2:40 - error TS2307: Cannot find module '@/components/app/pageHeader.tsx' or its corresponding type declarations.
2 import type { BreadcrumbContent } from "@/components/app/pageHeader.tsx";
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Found 1 error.
Which is also the reason why the CI is failing.
Essentially,
npm run build
fails as it cannot find the pageHeader component.