mirror of
https://github.com/documenso/documenso
synced 2026-04-21 21:37:18 +00:00
Extracts the API implementation to a package so we can potentially reuse it across different applications in the event that we move off using a Next.js API route. Additionally tidies up the tokens page and form to be more simplified.
1 line
50 B
TypeScript
1 line
50 B
TypeScript
export { createNextRouter } from '@ts-rest/next';
|