v5.3.0
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'],
};
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'],
};