mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-12 07:20:45 +00:00
Extensions: migrate lobster plugin-sdk imports
This commit is contained in:
@@ -2,7 +2,7 @@ import {
|
||||
applyWindowsSpawnProgramPolicy,
|
||||
materializeWindowsSpawnProgram,
|
||||
resolveWindowsSpawnProgramCandidate,
|
||||
} from "openclaw/plugin-sdk";
|
||||
} from "openclaw/plugin-sdk/compat";
|
||||
|
||||
type SpawnTarget = {
|
||||
command: string;
|
||||
|
||||
Reference in New Issue
Block a user