mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-14 02:31:24 +00:00
5 lines
235 B
TypeScript
5 lines
235 B
TypeScript
// Narrow barrel for config compatibility helpers consumed outside the plugin.
|
|
// Keep this separate from runtime exports so doctor/config code stays lightweight.
|
|
|
|
export { migrateAmazonBedrockLegacyConfig } from "./config-compat.js";
|