mirror of
https://github.com/documenso/documenso.git
synced 2025-11-10 04:22:32 +10: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.
2 lines
50 B
TypeScript
2 lines
50 B
TypeScript
export { createNextRouter } from '@ts-rest/next';
|