blomqma / next-rest-framework

Type-safe, self-documenting APIs for Next.js
https://next-rest-framework.vercel.app
Other
134 stars 17 forks source link

Generate not working with server-only package #166

Open markedwards opened 3 months ago

markedwards commented 3 months ago

If I add import "server-only" to a dependency used by a next-rest-framework endpoint, the endpoint is ignored and omitted from the spec. Is this a known issue?