mirror of
https://github.com/grafana/grafana.git
synced 2024-11-28 11:44:26 -06:00
7 lines
165 B
JavaScript
7 lines
165 B
JavaScript
module.exports = function(config) {
|
|
return {
|
|
on_start: ['<%= destDir %>', '<%= tempDir %>'],
|
|
temp: ['<%= tempDir %>'],
|
|
docs: ['<%= docsDir %>']
|
|
};
|
|
}; |