UNPKG

ern-runner-gen

Version:

Electrode Native Runner Generator

16 lines (15 loc) 354 B
import { NativePlatform } from 'ern-core'; export interface LaunchRunnerConfig { /** * Extra configuration needed to launch the miniapp. */ extra?: any; /** * Directory where the native platform project is located. */ pathToRunner: string; /** * Target native platform */ platform: NativePlatform; }