Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generating debug metadata for large apps fails due to default gRPC message size limits: ``` git:(main) encore debug meta --format json error: grpc: received message larger than max (6181042 vs. 4194304) ``` This increases the limit from 4mb to 16mb.
- Loading branch information