elysiajs / eden

Fully type-safe Elysia client
MIT License
173 stars 41 forks source link

fix: 🐛 package.json export missing causing module federation to fail. #80

Closed MAST1999 closed 7 months ago

MAST1999 commented 7 months ago

While using Module Federation, the build and dev server fail because package.json is missing in the exports. image

This should fix it.