diff options
Diffstat (limited to 'packages/kernel/src/index.ts')
| -rw-r--r-- | packages/kernel/src/index.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/kernel/src/index.ts b/packages/kernel/src/index.ts index a9ff31f..ac1a734 100644 --- a/packages/kernel/src/index.ts +++ b/packages/kernel/src/index.ts @@ -1,7 +1,7 @@ // @dispatch/kernel — the minimal runtime core. // // Exposes the ABI (contracts) that every extension and the runtime compile -// against. Host, runtime, and bus implementations are added by their own -// owner-agents and re-exported here as they land. +// against, plus kernel implementations (bus, host, runtime) as they land. +export * from "./bus/index.js"; export * from "./contracts/index.js"; |
