Files
openclaw/src/plugins/setup-browser.ts
2026-03-26 18:43:57 +00:00

7 lines
173 B
TypeScript

export {
openUrl,
resolveBrowserOpenCommand,
type BrowserOpenCommand,
} from "../infra/browser-open.js";
export { isRemoteEnvironment } from "../infra/remote-env.js";