mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-25 18:39:31 +00:00
5 lines
232 B
TypeScript
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";
|