v0.2.1
- 21c0cd5
Scaffold
cnfromcnfastinstead of composingclsxwithtailwind-merge. It is a drop-in with the same signature and the same Tailwind conflict resolution, so generatedlib/utils.tsis now a single re-export and the app carries one dependency where it used to carry two. Verified against this repo's own class strings: 9223 comparisons across every literal in the codebase, their pairings, and the object, array and conditional forms, with no output difference. - 1fd6005
Enable
useTypeScriptCliin the scaffolded Next config. The generator already pinstypescript@^7, but TypeScript 7 has no JS compiler API, so without that flag a generated project builds with no type checking at all.@types/nodealso moves to^26to match the version every package in this repo uses.