mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-04-21 00:59:50 -05:00
de68e1375a
* feat: typed middleware * feat: chaining * feat: typed global input * feat: typed global output * feat: inferred types from middleware * feat: with chaining * docs: initial pass * feat: implicit chaining * fix: implicit spread * docs: separate examples * refactor: rename middleware hooks from `pre`/`post` to `before`/`after` for consistency * fix: search * chore: lint * fix: tests * Update frontend/docs/pages/home/middleware.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * release: 1.13.0 --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Nextra Docs Template
This is a template for creating documentation with Nextra.
Quick Start
Click the button to clone this repository and deploy it on Vercel:
Local Development
First, run pnpm install to install the dependencies.
Then, run pnpm dev to start the development server and visit localhost:3000.
License
This project is licensed under the MIT License.
