UNPKG

@nxextensions/firebase

Version:

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

5 lines (4 loc) 187 B
import { PromiseExecutor } from '@nx/devkit'; import { ServeExecutorSchema } from './schema'; declare const runExecutor: PromiseExecutor<ServeExecutorSchema>; export default runExecutor;