Run pnpm install, then pnpm run build and pnpm run serve. This will build and serve both host and remote.
- Shared module breaks rollup build. We want to share packages like react and react-dom in order to have the same context across the MFEs. However, this is breaking the build. This is a known issue: originjs/vite-plugin-federation#523