mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-17 04:05:00 +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");
|
|
};
|