fix(orchestrator): local prisma schema copy for Docker generate #706
Reference in New Issue
Block a user
Delete Branch "fix/ms23-prisma-schema-local"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Prisma was climbing to /app/apps/ (no package.json) when invoked cross-package. Fix: copy schema directly into apps/orchestrator/prisma/ and run generate from within the orchestrator package.
Supersedes the approach in PRs #703, #704, #705.