mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 08:10:44 +00:00
7 lines
193 B
TypeScript
7 lines
193 B
TypeScript
export const optionalBundledClusterSet: Set<string>;
|
|
export function shouldBuildBundledCluster(
|
|
cluster: string,
|
|
env?: NodeJS.ProcessEnv,
|
|
options?: { packageJson?: unknown },
|
|
): boolean;
|