UNPKG

@nxextensions/firebase

Version:

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

15 lines (14 loc) 294 B
{ "$schema": "https://json-schema.org/schema", "version": 2, "title": "Deploy executor", "description": "", "type": "object", "properties": { "cwd": { "type": "string", "description": "The directory of your firebase.json" } }, "required": [] }