create-stackforge-app 1.4.2
Highlights
- Prisma client — automatic generation via
postinstall,predev, andprebuild; Docker builders generate after the schema is copied (lifecycle
scripts ignored where needed). pnpm run db:setup— generate + dev migrations from the project root.pnpm run doctor/pnpm run info— viacreate-stackforge-app@^1.4.1dev dependency (plainnpx stackforgeis not supported).- Docs — clearer PostgreSQL setup order; separate local-dev vs full-Docker paths; configurable Compose host ports (same defaults).
- CI — Docker smoke tests avoid host port collisions; smoke covers auto Prisma + generated diagnostics.
Install
npx create-stackforge-app@1.4.2 my-app -y
pnpm dlx create-stackforge-app@1.4.2 my-app -yUpgrade note
Existing projects scaffolded before 1.4.2 do not get these scripts automatically. Scaffold a fresh app or copy the root package.json scripts from a
1.4.2 project. See docs/tested-stack.md.
Full diff: v1.4.1...v1.4.2