mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
4 lines
113 B
JavaScript
4 lines
113 B
JavaScript
module.exports = function (encore, entries) {
|
|
entries.push(__dirname + "/Resources/public/chill/index.js");
|
|
};
|