fix(mattermost): load config metadata from config surface · openclaw/openclaw@9eb79bc
steipete
·
2026-05-03
·
via Recent Commits to openclaw:main
File tree
extensions/mattermost/src
| Original file line number | Diff line number | Diff line change |
|---|
@@ -77,6 +77,10 @@ function resolveChannelConfigSchemaModulePath(rootDir: string): string | null {
|
77 | 77 | path.join(rootDir, "src", "config-schema.js"), |
78 | 78 | path.join(rootDir, "src", "config-schema.mts"), |
79 | 79 | path.join(rootDir, "src", "config-schema.mjs"), |
| 80 | +path.join(rootDir, "src", "config-surface.ts"), |
| 81 | +path.join(rootDir, "src", "config-surface.js"), |
| 82 | +path.join(rootDir, "src", "config-surface.mts"), |
| 83 | +path.join(rootDir, "src", "config-surface.mjs"), |
80 | 84 | ]; |
81 | 85 | for (const candidate of candidates) { |
82 | 86 | if (fs.existsSync(candidate)) { |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。