mirror of
https://github.com/grafana/grafana.git
synced 2025-01-27 00:37:04 -06:00
9 lines
127 B
JavaScript
9 lines
127 B
JavaScript
module.exports = function(config) {
|
|
return {
|
|
html: [
|
|
'tmp/index.html',
|
|
'tmp/views/index.html',
|
|
]
|
|
};
|
|
};
|