mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-13 15:47:28 +00:00
fix(build): add stable memory-cli dist entry (#51759)
Co-authored-by: oliviareid-svg <269669958+oliviareid-svg@users.noreply.github.com> Co-authored-by: Frank <vibespecs@gmail.com>
This commit is contained in:
@@ -169,6 +169,10 @@ function buildCoreDistEntries(): Record<string, string> {
|
||||
entry: "src/entry.ts",
|
||||
// Ensure this module is bundled as an entry so legacy CLI shims can resolve its exports.
|
||||
"cli/daemon-cli": "src/cli/daemon-cli.ts",
|
||||
// Ensure memory-cli is a stable entry so the runtime tools plugin can import
|
||||
// it by a deterministic path instead of a content-hashed chunk name.
|
||||
// See https://github.com/openclaw/openclaw/issues/51676
|
||||
"cli/memory-cli": "src/cli/memory-cli.ts",
|
||||
extensionAPI: "src/extensionAPI.ts",
|
||||
"infra/warning-filter": "src/infra/warning-filter.ts",
|
||||
"telegram/audit": "extensions/telegram/src/audit.ts",
|
||||
|
||||
Reference in New Issue
Block a user