Skip to content

Commit

Permalink
feat(daemon): expose all incarnate methods on daemonCore
Browse files Browse the repository at this point in the history
  • Loading branch information
kumavis committed Feb 19, 2024
1 parent 21b5750 commit 0c6daf5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/daemon/src/daemon.js
Original file line number Diff line number Diff line change
Expand Up @@ -1125,8 +1125,20 @@ const makeDaemonCore = async (
const daemonCore = {
provideValueForFormulaIdentifier,
incarnateEndoBootstrap,
incarnateLeastAuthority,
incarnateHandle,
incarnatePetStore,
incarnateWorker,
incarnateHost,
incarnateGuest,
incarnateEval,
incarnateLookup,
incarnateUnconfined,
incarnateReadableBlob,
incarnateBundler,
incarnateBundle,
incarnateWebBundle,
incarnatePetInspector,
};
return daemonCore;
};
Expand Down

0 comments on commit 0c6daf5

Please sign in to comment.