json-server
json-server copied to clipboard
Also watch file-changes on js-files
If started with --watch the server will only watch for filechanges if the file is a JSON file.
This PR adds the ability to also watch for filechanges on js-files.
Watching now makes use of the internal utility ´load.js´.