mirror of
https://github.com/grafana/grafana.git
synced 2024-12-01 21:19:28 -06:00
6 lines
94 B
JavaScript
6 lines
94 B
JavaScript
module.exports = function(config) {
|
|
return {
|
|
html: '<%= destDir %>/index.html',
|
|
};
|
|
};
|