mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-06 05:51:15 +08:00
9 lines
353 B
TypeScript
9 lines
353 B
TypeScript
// Bundled runtime sidecar paths that package/build tests expect to exist.
|
|
|
|
/** Runtime sidecar files shipped with bundled channel plugins. */
|
|
export const TEST_BUNDLED_RUNTIME_SIDECAR_PATHS = [
|
|
"dist/extensions/discord/runtime-api.js",
|
|
"dist/extensions/telegram/runtime-api.js",
|
|
"dist/extensions/telegram/thread-bindings-runtime.js",
|
|
] as const;
|