Setting `credentials: include` for FetchHttpClient in Effect Typescript
I have this in my frontend
Notice I both provide
Notice I both provide
FetchHttpClient.layer in the service default and merged on the layer (so I can make http requests in functions etc). Doing this overrides credentials: include I set in the client on the Service tho. How can I fix this while still ending up with seperate configs for the client inside the service/outside? There's a transformClient on HttpApiClient but not sure how I can set credentials there as it's specific to fetch.