get-convex / convex-helpers

A collection of useful code to complement the official packages.
MIT License
66 stars 9 forks source link

Move Hono into `convex-helpers` npm package #66

Closed ianmacartney closed 4 months ago

ianmacartney commented 4 months ago

Allows using hono without copy-paste. It is now parameterized by ActionCtx when declaring it, instead of importing from a generated file.

sshader commented 4 months ago

(oops sorry this slipped off my radar -- will review today!)