mirror of
https://github.com/grafana/grafana.git
synced 2025-09-23 02:43:03 +08:00
9 lines
127 B
JavaScript
9 lines
127 B
JavaScript
module.exports = function(config) {
|
|
return {
|
|
html: [
|
|
'tmp/index.html',
|
|
'tmp/views/index.html',
|
|
]
|
|
};
|
|
};
|