Files
2026-06-24 09:48:54 +02:00

8 lines
366 B
TypeScript

/**
* Sandbox bridge — bundled via tsup into dist/statics/index.mjs.
* Only the visual edit agent needs the bridge (for local dev iteration
* via ?sandbox-bridge=local). All other features load as individual
* sync script tags from node_modules.
*/
export { setupVisualEditAgent } from "./injections/visual-edit-agent.js";
//# sourceMappingURL=bridge.d.ts.map