UNPKG

@nx-plus/docusaurus

Version:
7 lines (6 loc) 114 B
export interface DevServerExecutorSchema { port: number; host: string; hotOnly: boolean; open: boolean; }