The API is implemented using effect. It uses the HttpApi module from @effect/platform to define the API endpoints.
Since version 3.10 of
effectyou don't need to install@effect/schemaanymore, sinceSchemais now a built-in feature ofeffect.
We can therefore install the dependencies inside api-client using pnpm:
pnpm add effect @effect/platformMake sure to install the dependencies inside
packages/api-client, not in the root of the project.
