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