mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-01 22:50:20 +00:00
refactor: consolidate lazy runtime surfaces
This commit is contained in:
@@ -1 +1,8 @@
|
||||
export { promptResolvedAllowFrom } from "./setup-wizard-helpers.js";
|
||||
import type { promptResolvedAllowFrom as promptResolvedAllowFromType } from "./setup-wizard-helpers.js";
|
||||
|
||||
export async function promptResolvedAllowFrom(
|
||||
...args: Parameters<typeof promptResolvedAllowFromType>
|
||||
): ReturnType<typeof promptResolvedAllowFromType> {
|
||||
const runtime = await import("./setup-wizard-helpers.js");
|
||||
return runtime.promptResolvedAllowFrom(...args);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user