elysiajs / eden

Fully type-safe Elysia client
MIT License
147 stars 37 forks source link

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

Closed MAST1999 closed 4 months ago

MAST1999 commented 4 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.