simondotm / nx-firebase

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

fix: emulator target setTimeout not working #108

Closed rosslavery closed 1 year ago

rosslavery commented 1 year ago

On Windows (and possibly other platforms), the setTimeout before calling kill-port is not working as expected.

Problem

image

Solution

simondotm commented 1 year ago

Thanks for the fix @rosslavery