UNPKG

@nxextensions/firebase

Version:

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

8 lines (7 loc) 220 B
import { PromiseExecutor } from '@nx/devkit'; export interface DeployExecutorSchema { cwd: string; only?: string[]; } declare const runExecutor: PromiseExecutor<DeployExecutorSchema>; export default runExecutor;