mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
4 lines
138 B
JavaScript
4 lines
138 B
JavaScript
module.exports = function(encore) {
|
|
encore.addEntry('async_upload', __dirname + '/Resources/public/module/async_upload/index.js');
|
|
};
|