mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-19 10:14:46 +00:00
8 lines
289 B
TypeScript
8 lines
289 B
TypeScript
/**
|
|
* @deprecated Compatibility subpath. Import setup helpers from
|
|
* `openclaw/plugin-sdk/setup-runtime` instead.
|
|
*/
|
|
|
|
/** @deprecated Import from `openclaw/plugin-sdk/setup-runtime` instead. */
|
|
export { createEnvPatchedAccountSetupAdapter } from "../channels/plugins/setup-helpers.js";
|