fix telegram ingress worker dist entry · openclaw/openclaw@8ba7927
joshavant
·
2026-05-14
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -495,6 +495,7 @@ describe("collectMissingPackPaths", () => {
|
495 | 495 | "scripts/lib/package-dist-imports.mjs", |
496 | 496 | "scripts/postinstall-bundled-plugins.mjs", |
497 | 497 | "dist/task-registry-control.runtime.js", |
| 498 | +"dist/telegram-ingress-worker.runtime.js", |
498 | 499 | bundledDistPluginFile("telegram", "runtime-api.js"), |
499 | 500 | bundledDistPluginFile("telegram", "openclaw.plugin.json"), |
500 | 501 | bundledDistPluginFile("telegram", "package.json"), |
@@ -524,6 +525,7 @@ describe("collectMissingPackPaths", () => {
|
524 | 525 | "scripts/postinstall-bundled-plugins.mjs", |
525 | 526 | "dist/plugin-sdk/root-alias.cjs", |
526 | 527 | "dist/task-registry-control.runtime.js", |
| 528 | +"dist/telegram-ingress-worker.runtime.js", |
527 | 529 | "dist/build-info.json", |
528 | 530 | "dist/channel-catalog.json", |
529 | 531 | PACKAGE_DIST_INVENTORY_RELATIVE_PATH, |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。