Skip to content

craft-hub / startCraftHubServer

Function: startCraftHubServer()

startCraftHubServer(options?): Promise<CraftHubServer>

Defined in: packages/craft-hub/src/server.ts:102

Start the local-only HTTP API used by the web and Electron clients.

Parameters

options?

CraftHubServerOptions = {}

Returns

Promise<CraftHubServer>

Released under the MIT License.