v1.4.3
Patch Changes
-
#28
1d2338cThanks @flyon! -.npmignorewas excluding the starter template'sdefaults/app-with-backend/src/(andscripts/) because thesrcpattern matched anywhere in the tree, overriding the!defaults/**/*re-include. The published tarball was missing all the template's TypeScript source files, solinked create-appwas producing apps withoutsrc/.Anchor the cli's own-source ignore rules to the package root (
/src,/*.ts,/tsconfig.json) and add an explicit!defaults/**re-include after.