cah4a / trpc-bun-adapter

Use tRPC with bun and fun
https://www.npmjs.com/package/trpc-bun-adapter
MIT License
42 stars 8 forks source link

Add resHeaders support #6

Closed ceopaludetto closed 4 months ago

ceopaludetto commented 4 months ago

This would be sufficient to support both resHeaders and info fields. Also, I recommend to push bun.lockb to github to avoid incompatible versions between contributors, what you think @cah4a ?

closes https://github.com/cah4a/trpc-bun-adapter/issues/5

cah4a commented 4 months ago

Great!

I've published version 1.1.1 with some more fixes in types. Feel free to open an issue if something isn't working right.

Also, it includes bun.lockb file, I don't think it could harm somehow.