mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 17:52:30 +08:00
6 lines
136 B
JavaScript
6 lines
136 B
JavaScript
module.exports = function(config) {
|
|
return {
|
|
on_start: ['<%= destDir %>', '<%= tempDir %>'],
|
|
temp: ['<%= tempDir %>'],
|
|
};
|
|
}; |