Files
commonroutesApp/www/lib/ui-leaflet/grunt/open.js
2017-01-27 17:49:04 +01:00

13 lines
229 B
JavaScript

'use strict';
module.exports = function (grunt, options) {
return {
devserver: {
path: 'http://localhost:8888'
},
coverage: {
path: 'http://localhost:5555'
}
};
};