mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-24 07:01:49 +00:00
fix: unblock cli startup metadata
This commit is contained in:
4
extensions/googlechat/contract-surfaces.ts
Normal file
4
extensions/googlechat/contract-surfaces.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export {
|
||||
collectRuntimeConfigAssignments,
|
||||
secretTargetRegistryEntries,
|
||||
} from "./src/secret-contract.js";
|
||||
@@ -1,4 +1,4 @@
|
||||
import { coerceSecretRef } from "openclaw/plugin-sdk/config-runtime";
|
||||
import { coerceSecretRef } from "openclaw/plugin-sdk/provider-auth";
|
||||
import {
|
||||
getChannelSurface,
|
||||
hasOwnProperty,
|
||||
|
||||
Reference in New Issue
Block a user