Skip to content

create-stackforge-app 1.4.2

Choose a tag to compare

@Aitaouss Aitaouss released this 22 Sep 10:45
· 9 commits to main since this release
ad2a7dc

Highlights

  • Prisma client — automatic generation via postinstall, predev, and prebuild; 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 — via create-stackforge-app@^1.4.1 dev dependency (plain npx stackforge is 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 -y

Upgrade 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