UNPKG

@nxextensions/firebase

Version:

An Nx plugin for firebase applications that would like to run the emulators in conjunction with their app

7 lines (6 loc) 142 B
export interface ServeExecutorSchema { baseServeTarget?: string; only?: string[]; includeHosting?: boolean; saveDataDir?: string; }