fix(17): IN-02 document hand-maintained favicon.ico coupling

This commit is contained in:
Lucas Berger
2026-06-18 13:56:48 -04:00
parent 7578d48d3d
commit f7575ea2c3
2 changed files with 7 additions and 0 deletions
+6
View File
@@ -9,6 +9,12 @@
* chain so Windows contributors and minimal CI containers can run `pwa:icons`.
*
* Keep COPIES in sync with the manifest `icons` array in vite.config.ts.
*
* NOTE (IN-02): public/favicon.ico is NOT produced by this script — the
* minimal2023Preset does not emit a .ico. It is hand-maintained and committed
* directly in public/, and referenced by index.html (`<link rel="icon"
* href="/favicon.ico">`). When the brand mark changes, regenerate favicon.ico
* manually so it does not go stale relative to the SVG/PNG outputs below.
*/
import { copyFileSync, existsSync } from 'node:fs';
import { fileURLToPath } from 'node:url';