I'm getting an error with effect-http when trying to export an ApiGroup. I believe it started after updating to "effect-http": "^0.46.2"
The inferred type of 'CarApiGroup' cannot be named without a reference to 'effect-http/node_modules/@effect/platform/Http/Router'. This is likely not portable. A type annotation is necessary.ts(2742)
The inferred type of 'CarApiGroup' cannot be named without a reference to 'effect-http/node_modules/@effect/platform/Http/Router'. This is likely not portable. A type annotation is necessary.ts(2742)