From 3b677af830672759198a0bb8167b4929a9afd997 Mon Sep 17 00:00:00 2001 From: Christophe Besson Date: Sat, 22 Aug 2026 11:02:15 +0200 Subject: fix: move meshbay-client build scripts out of gitignored build/ dir 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 --- packages/meshbay-client/scripts/index.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 packages/meshbay-client/scripts/index.html (limited to 'packages/meshbay-client/scripts/index.html') diff --git a/packages/meshbay-client/scripts/index.html b/packages/meshbay-client/scripts/index.html new file mode 100644 index 0000000..337e180 --- /dev/null +++ b/packages/meshbay-client/scripts/index.html @@ -0,0 +1,27 @@ + + + + + + MeshBay + + + + +
+ + + + + + + -- cgit v1.2.3