upstash / qstash-js

Message queue for serverless
https://docs.upstash.com/qstash
MIT License
133 stars 11 forks source link

export `Nextjs` directly from `@upstash/qstash` #47

Closed chronark closed 10 months ago

chronark commented 10 months ago

The sub path modules just didn't work, I tried a few different ways, but no success.

The new way will be:

import { Nextjs } from "@upstash/qstash"

export default Nextjs.verifySignature(handler)