mirror of
https://github.com/grafana/grafana.git
synced 2024-11-23 01:16:31 -06:00
7 lines
102 B
JavaScript
7 lines
102 B
JavaScript
module.exports = function(grunt) {
|
|
|
|
// load grunt config
|
|
require('load-grunt-config')(grunt);
|
|
|
|
};
|