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