mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-25 06:39:30 +00:00
6 lines
222 B
TypeScript
6 lines
222 B
TypeScript
/**
|
|
* Narrow config compatibility barrel for Amazon Bedrock. Doctor/config code can
|
|
* import this without loading runtime provider dependencies.
|
|
*/
|
|
export { migrateAmazonBedrockLegacyConfig } from "./config-compat.js";
|