mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 17:06:57 -06:00
7 lines
130 B
JavaScript
7 lines
130 B
JavaScript
module.exports = function(config) {
|
|
return {
|
|
me: {
|
|
// Target-specific file lists and/or options go here.
|
|
}
|
|
};
|
|
}; |