mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-28 05:16:23 -06: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;
|