summaryrefslogtreecommitdiffstats
path: root/packages/meshbay-client/scripts
Commit message (Collapse)AuthorAgeFilesLines
* fix: move meshbay-client build scripts out of gitignored build/ dirChristophe Besson2026-08-222-0/+73
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>