Is it possible to use effect-smol together with @effect/platform?
Specifically, Iād like to use the HttpApiClient builder from @effect/platform without pulling in the full bundle of effect, as I want to keep the frontend bundle size minimal.
Alternatively I can also just use the main effect package for now and wait until v4 is stable.
Any recommendations?