You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use watcher with a REST server. I have src and public directories in the application directory. It seems I can't run the watcher command from the application directory and must instead run it from the src directory. But this causes an issue with serving static files because my server expects to find those in ./public, not ../public. Is there any way I can tell watcher to watch the files in src and start it from my application directory?
The text was updated successfully, but these errors were encountered:
I'm trying to use watcher with a REST server. I have
src
andpublic
directories in the application directory. It seems I can't run thewatcher
command from the application directory and must instead run it from thesrc
directory. But this causes an issue with serving static files because my server expects to find those in./public
, not../public
. Is there any way I can tell watcher to watch the files insrc
and start it from my application directory?The text was updated successfully, but these errors were encountered: