grafana/emails/grunt/clean.js

6 lines
75 B
JavaScript

module.exports = function(config) {
return {
dist: ['dist'],
};
};