mirror of https://github.com/ColorlibHQ/gentelella
6 lines
48 B
JavaScript
6 lines
48 B
JavaScript
|
module.exports = {
|
||
|
dist: [
|
||
|
"dist/*.js"
|
||
|
]
|
||
|
};
|