Hi all, im building a public boilerplate for prism...
# orm-help
m
Hi all, im building a public boilerplate for prisma and am wondering: Can I run the prisma codegen without actually deploying my prisma database?
graphql codegen
complains when I dont specify an endpoint?
Copy code
✖ 
Invalid URL: __PRISMA_ENDPOINT__
I figured out that its enough to set the endpoint without actually deploying to it. Is this intedent behavior? Seems a little off to me
j
It can be a local url as far as i know, if you run prisma locally
m
But is it really necessary? When I just put an url of a public workspace with nothing deployed to it, the generator runs fine...
n
Looks like that is unnecessary and should be changed. Can you describe the situation here, so we can look into this: https://github.com/graphql-cli/graphql-cli? 🙂