Vercel AI Middleware
npm install @restatedev/vercel-ai-middleware``shBuild
npm run build
Release flow
We use changeset to manage our release workflow:
For Contributors:
- Run
npm run changeset in your PR to document your changes and specify the release type (patch/minor/major)For Releases:
1. Create a release PR by running
npm run version
- This automatically updates package.json version numbers based on accumulated changes
- Updates CHANGELOG.md` with all changesTODO:
- Add NPM_TOKEN for npm publishing in github action