mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 18:10:45 +00:00
ci: use packaged tarball for docker e2e
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
// Shared Docker E2E OpenAI provider config seed helper.
|
||||
// Uses packaged plugin-sdk runtime modules so seeded configs match the npm tarball.
|
||||
import {
|
||||
applyProviderConfigWithDefaultModelPreset,
|
||||
type ModelDefinitionConfig,
|
||||
type OpenClawConfig,
|
||||
} from "../../src/plugin-sdk/provider-onboard.ts";
|
||||
} from "../../dist/plugin-sdk/provider-onboard.js";
|
||||
|
||||
export type { OpenClawConfig };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user