Files
Segun Adebayo 853ed7e78e chore: format apps and ignore generated output
`format:check` only covers `packages`, so `apps` drifted to 24 unformatted
files. Formats them, including the `jsx` block in image.mdx that still carried
semicolons.

The other 334 files prettier reported live under `apps/www/public/r` and
`apps/www/public/compositions`, which `scripts/composition.ts` and the
`generate-*` scripts write on build. Formatting those would be undone by the
next build, so they are ignored instead.

`prettier --check apps packages` is now clean.
2026-09-14 01:42:06 +01:00
..