mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 13:40:44 +00:00
fix: follow up main ci failures
This commit is contained in:
@@ -16,6 +16,11 @@ vi.mock("@mariozechner/pi-ai/oauth", async () => {
|
||||
|
||||
vi.mock("openclaw/plugin-sdk/provider-model-shared", () => ({
|
||||
normalizeModelCompat: (model: Record<string, unknown>) => model,
|
||||
resolveProviderEndpoint: (baseUrl: string) => ({
|
||||
baseUrl,
|
||||
endpointClass: "custom",
|
||||
warnings: [],
|
||||
}),
|
||||
}));
|
||||
|
||||
const loadJsonFile = vi.fn();
|
||||
|
||||
@@ -16,6 +16,10 @@
|
||||
"types": "./dist/src/plugin-sdk/async-lock-runtime.d.ts",
|
||||
"default": "./src/async-lock-runtime.ts"
|
||||
},
|
||||
"./browser-config": {
|
||||
"types": "./dist/src/plugin-sdk/browser-config.d.ts",
|
||||
"default": "./src/browser-config.ts"
|
||||
},
|
||||
"./channel-activity-runtime": {
|
||||
"types": "./dist/src/plugin-sdk/channel-activity-runtime.d.ts",
|
||||
"default": "./src/channel-activity-runtime.ts"
|
||||
|
||||
Reference in New Issue
Block a user