Skip to content

craft-hub / launchCraftHubApp

Function: launchCraftHubApp()

launchCraftHubApp(projectPath, options?): Promise<CraftHubAppLaunch>

Defined in: packages/craft-hub/src/app.ts:46

Register a project, start its local workbench, and optionally open it.

Parameters

projectPath

string

options?

LaunchCraftHubAppOptions = {}

Returns

Promise<CraftHubAppLaunch>

Released under the MIT License.