* Start an Electron application. * * Handles things like native module rebuilding for you on the fly
(opts: StartOptions)
| 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 | |
| 62 | const api = new ForgeAPI(); |
no outgoing calls
no test coverage detected