Files
openclaw/extensions/browser/browser-proxy-upload-cleanup.runtime.ts
2026-08-19 10:04:49 -07:00

6 lines
235 B
TypeScript

/**
* Browser proxy upload cleanup runtime. Availability watches load only this
* narrow artifact instead of the full browser registration runtime.
*/
export { ensureBrowserProxyUploadCleanup } from "./src/browser-proxy-upload.js";