·
75 commits
to main
since this release
Patch Changes
- #68
441372fThanks @flyon! -linked create-appnow stamps the chosen app identity into the scaffolded app. The app template ships without${var}scaffold placeholders (so a raw clone boots on defaults), so create-app writes the real per-app values after cloning:.env/.env.example(APP_NAME,APP_PREFIX),package.jsonname/displayName, the runtimelinkedPackage(...)id insrc/package.ts, and the pm2 / VS Code launch names. Both the--app-nameflag and the interactive prompt now produce an app that carries the chosen name (previously every scaffolded app inherited the template defaults).