Need help creating prisma generator #319
Unanswered
Red-Maximus
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Not specifically a question for this package but for @YassinEldeeb since he is the prisma generator expert and there is no documentation.
I've created a privately-scoped generator and have it npm installed but I'm getting an ENOENT error from prisma when the schema tries to search for
provider = "[my-package]"
. How do I exposegeneratorHandler
so that it is found and actually generates?Thanks
Beta Was this translation helpful? Give feedback.
All reactions