Live reload with yarn workspaces

Hi,

Does anyone know how to set up an ember app to reload every time a project from the yarn workspace is updated?

Bogdan

Make sure the isDevelopingAddon flag is set in any addons. You also may want to install watchman if you’re on any Unix based OS. On a mac with homebrew that would. be brew install watchman.

2 Likes

Thanks! The flag works pretty well!

2 Likes