Files
openclaw/src/plugins/setup-browser.ts
2026-06-03 20:28:45 -04:00

5 lines
232 B
TypeScript

/** Opens URLs for plugin setup flows. */
export { openUrl } from "../infra/browser-open.js";
/** Detects whether plugin setup is running in a remote/VPS environment. */
export { isRemoteEnvironment } from "../infra/remote-env.js";