You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lodestar-api defines client and server in the same package. That's very convenient for DX, but users should NOT have to install a server side REST framework to use a client.
Architect the types and exports in a way that's not necessary to have fastify as a direct dependency of lodestar-api
Describe the bug
lodestar-api defines client and server in the same package. That's very convenient for DX, but users should NOT have to install a server side REST framework to use a client.
Architect the types and exports in a way that's not necessary to have
fastify
as a direct dependency oflodestar-api
lodestar/packages/api/package.json
Line 71 in 04155c6
The text was updated successfully, but these errors were encountered: