mirror of https://github.com/grafana/grafana.git
6 lines
136 B
JavaScript
6 lines
136 B
JavaScript
|
module.exports = function(config) {
|
||
|
return {
|
||
|
on_start: ['<%= destDir %>', '<%= tempDir %>'],
|
||
|
temp: ['<%= tempDir %>'],
|
||
|
};
|
||
|
};
|