simondotm / nx-firebase

Firebase plugin for Nx Monorepos
https://www.npmjs.com/package/@simondotm/nx-firebase
MIT License
175 stars 31 forks source link

Support `-P` option in `serve` targets also #30

Closed simondotm closed 3 years ago

simondotm commented 3 years ago

-P option allows targets for firebase emulator to specify a production server also.

Related to #23

simondotm commented 3 years ago

--import=<path> and --export-on-exit are useful serve options too

simondotm commented 3 years ago

See resolution of #23. Users can customize serve target as they need.