MCPcopy Index your code
hub / github.com/electron/forge / start

Method start

packages/api/core/src/api/index.ts:57–59  ·  view source on GitHub ↗

* Start an Electron application. * * Handles things like native module rebuilding for you on the fly

(opts: StartOptions)

Source from the content-addressed store, hash-verified

55 * Handles things like native module rebuilding for you on the fly
56 */
57 start(opts: StartOptions): Promise<ElectronProcess> {
58 return start(opts);
59 }
60}
61
62const api = new ForgeAPI();

Callers 2

WebpackPluginClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected