-
Hi 👋 I'm using pothos and the "devDependencies": {
"typescript": "^5.1.3",
...
},
"dependencies": {
"@pothos/core": "^3.38.0",
"@pothos/plugin-prisma": "^3.61.0",
"@prisma/client": "^5.5.2",
"prisma": "^5.5.2",
...
}, but when building our backend docker image for production I run into an issue: I need to run
to generate the prisma client within But since we use the pothos prisma plugin, our
which requires I know that we can generate the prisma client into a different location so that it's part of the repository, but that seems to have it's own drawbacks. Is there a way to skip the generation of the Cheers |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Ok it doesn't seem to be possible without saving the generated client outside of |
Beta Was this translation helpful? Give feedback.
Ok it doesn't seem to be possible without saving the generated client outside of
node_modules