mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 14:30:45 +00:00
fix(docker): prune external plugin dist (#77547)
This commit is contained in:
6
scripts/prune-docker-plugin-dist.d.mts
Normal file
6
scripts/prune-docker-plugin-dist.d.mts
Normal file
@@ -0,0 +1,6 @@
|
||||
export function parseDockerPluginKeepList(value: unknown): Set<string>;
|
||||
export function pruneDockerPluginDist(params?: {
|
||||
cwd?: string;
|
||||
repoRoot?: string;
|
||||
env?: NodeJS.ProcessEnv;
|
||||
}): string[];
|
||||
Reference in New Issue
Block a user