MFE - Zephyr plugin typescript files gen
Hello, I was diggin into the repository and I've found this beautiful setup:
https://github.com/ZephyrCloudIO/zephyr-examples/tree/main/examples/react-tractor-sample
It seems to work well, but theres one thing that is stopping me, the team_red doesnt generate the @mfe-types.zip during the build time, I'm logged in in my account and all other types are being generated nromally exception to the red.
GitHub
zephyr-examples/examples/react-tractor-sample at main · ZephyrClou...
Zephyr reference examples . Contribute to ZephyrCloudIO/zephyr-examples development by creating an account on GitHub.

13 Replies
And thats the ss

Will take a peek asap! @Néstor López @Rodrigo Yokota when yall get a chance
Try serve option
Instead of build
npx nx run team_red:serve
That helped ! But still getting these, might be a problem while compiling ?

1. Are you serving all of them?
2. Is this result coming from localhost or the Zephyr deployed URL?
3. Could you please share the network request details?
This is on the deployed URL

serving all of the apps
Local - green

GG @whereismrfingers, you just advanced to level 1!
local blue

Local red

Nvm I've tested with serve all again and it's working as expected thanks @Rodrigo Yokota
Anytime