I show the contents of a folder in my AngularJS interface (with a Rails server). I want to see the folder for any changes, such as a new file, a deleted file.
I obviously want to test the application on my local host before deploying it to the server, but I cannot add localhost as the allowed domain in the apis console.
How to configure file.watch file for testing?
thanks
source share