Closed carlotm closed 2 years ago
Not sure if this is a bug or not, is it possible to watch for changes outside the project folder?
I tried configuring :phoenix_live_reload like this
:phoenix_live_reload
config :phoenix_live_reload, dirs: [ "../another_project/priv/static", ... ]
but it does not reload.
Thank you
Yes, we set up the watcher inside the project root exclusively, so this won't work. A PR for the docs would be welcome!
Not sure if this is a bug or not, is it possible to watch for changes outside the project folder?
I tried configuring
:phoenix_live_reload
like thisbut it does not reload.
Thank you