Files
stack/apps
jason.woltje 7e299f74b5 fix(orchestrator): copy apps/api/package.json into Dockerfile for prisma generate
Prisma generate needs a package.json in the inferred project root to identify
the workspace. Without it, Prisma tries to auto-install and fails.

Copying apps/api/package.json alongside the schema file provides the required
project root marker.
2026-03-07 09:38:35 -06:00
..