aboutsummaryrefslogtreecommitdiffstats
path: root/packages/meshbay-client/scripts/sync-ui.js
Commit message (Collapse)AuthorAgeFilesLines
* fix: move meshbay-client build scripts out of gitignored build/ dirChristophe Besson2026-08-221-0/+46
The root .gitignore ignores build/ (Python convention), which silently prevented sync-ui.js and its companion index.html from being committed. Rename to scripts/ so the files are tracked normally. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>