feat(companion): export platform shell templates for app starters

This commit is contained in:
William Valentin
2026-02-26 19:03:22 -08:00
parent f10c896a75
commit 5df8ece040
12 changed files with 394 additions and 8 deletions
+6
View File
@@ -11,6 +11,7 @@ export {
export { CompanionHeartbeatLoop } from './heartbeatLoop.js';
export { createCompanionBootstrapManifest } from './bootstrapManifest.js';
export { writeCompanionReleaseBundle } from './releaseBundle.js';
export { writeCompanionShellTemplate } from './shellTemplate.js';
export type {
CompanionRuntimeClientOptions,
@@ -81,3 +82,8 @@ export type {
WriteCompanionReleaseBundleInput,
WriteCompanionReleaseBundleResult,
} from './releaseBundle.js';
export type {
CompanionShellTemplatePlatform,
WriteCompanionShellTemplateInput,
WriteCompanionShellTemplateResult,
} from './shellTemplate.js';