mirror of
https://github.com/luxfi/safe-wallet.git
synced 2026-07-26 22:53:37 +00:00
apps/web/package.json gains build:safe / build:lux / build:hanzo scripts. Each runs scripts/select-brand.sh <slug> (which copies .env.<slug> -> .env.local, brand/<slug>/ -> brand/active/, and the per-brand manifest.json over safe.webmanifest) then `yarn build`. scripts/codemod-brand-urls.mjs is the Pass 1 driver kept in-tree so future merges with upstream can re-run it. .gitignore covers the brand/active output dir. HANZO_WHITELABEL.md updated with the per-brand invocation, the canonical pattern table, the protocol-vs-brand boundary, and how to add a new brand (env + asset dir + one package.json script — no source edits).