Skip to content

v5.3.0

Compare
Choose a tag to compare
@jeffbski jeffbski released this 17 Mar 20:14
· 47 commits to master since this release

Allow resources to be passed in via config file. Thanks @michaelmerrill for the PR.

Example config.js file with resources

module.exports = {
  resources: ['http://localhost:8123', 'http://localhost:8123/foo'],
};