feat: complete TASK-WP0-04 local data boundary

This commit is contained in:
suyx
2026-07-27 18:45:50 +08:00
parent 878788b1e2
commit b5a6c6629e
11 changed files with 1178 additions and 2 deletions
@@ -0,0 +1,6 @@
import { mountLocalDataBoundary } from "../../../apps/web/src/local-data-boundary.js";
const root = document.querySelector("#root");
if (!root) throw new Error("Fixture root is missing.");
mountLocalDataBoundary(root);