mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-27 12:56:01 -06:00
be0ed2fcd3
Co-authored-by: Dallin Romney <dallinromney@gmail.com>
6 lines
235 B
TypeScript
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";
|