mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 04:00:55 +08:00

* Updated package json but not updated source files * Update eslint plugin * updated files
6 lines
76 B
JavaScript
6 lines
76 B
JavaScript
module.exports = function (config) {
|
|
return {
|
|
dist: ['dist'],
|
|
};
|
|
};
|