fix(build): stabilize lazy runtime entrypoints

This commit is contained in:
Peter Steinberger
2026-04-04 14:46:32 +01:00
parent e5b9e32979
commit 0a69b3558a
2 changed files with 6 additions and 0 deletions

View File

@@ -43,9 +43,12 @@ describe("tsdown config", () => {
expect(entryKeys(distGraphs[0])).toEqual(
expect.arrayContaining([
"agents/auth-profiles.runtime",
"agents/model-catalog.runtime",
"agents/models-config.runtime",
"agents/pi-model-discovery-runtime",
"index",
"commands/status.summary.runtime",
"plugins/provider-discovery.runtime",
"plugins/provider-runtime.runtime",
"plugins/runtime/index",
"plugin-sdk/compat",