Skip to content

resolveLatestLaunchContext

resolveLatestLaunchContext(input): Promise<LaunchContext | undefined>

Defined in: entrypoints/cli-page/launch-context-resolution.ts:24

Storage上の最新LaunchContextを優先して解決。

ResolveLatestLaunchContextInput

最新LaunchContext解決入力。

Promise<LaunchContext | undefined>

最新LaunchContext。

const launchContext = await resolveLatestLaunchContext({
fallbackLaunchContext,
storage,
});

Last updated: