8 lines
364 B
JavaScript
8 lines
364 B
JavaScript
/**
|
|
* 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.js.map
|