yarn install v1.22.22 [1/4] Resolving packages... success Already up-to-date. Done in 0.51s. yarn run v1.22.22 $ yarn css:build && yarn js:build && yarn api:bundle $ gulp css && gulp css --view opac [05:01:50] Using gulpfile /kohadevbox/koha/gulpfile.js [05:01:50] Starting 'css'... [05:01:50] Finished 'css' after 9.59 ms [05:01:59] Using gulpfile /kohadevbox/koha/gulpfile.js [05:01:59] Starting 'css'... [05:01:59] Finished 'css' after 9.13 ms $ rspack build --mode development Rspack compiled successfully in 1.57 s Rspack compiled successfully in 1.28 s WARNING in ./koha-tmpl/intranet-tmpl/prog/js/fetch/api-client.js ⚠ Module parse warning:  ╰─▶  ⚠ Critical dependency: the request of a dependency is an expression   ╭─[226:26]   224 │ key,   225 │ createClientProxy(function() {   226 │ return import(path);   ·  ─────   227 │ })   228 │ ];   ╰────    Rspack compiled with 1 warning in 886 ms $ redocly bundle --ext json api/v1/swagger/swagger.yaml --output api/v1/swagger/swagger_bundle.json ╔══════════════════════════════════════════════════════╗ ║ ║ ║ A new version of Redocly CLI (2.8.0) is available. ║ ║ Update now: `npm i -g @redocly/cli@latest`. ║ ║ Changelog: https://redocly.com/docs/cli/changelog/ ║ ║ ║ ╚══════════════════════════════════════════════════════╝ bundling api/v1/swagger/swagger.yaml... 📦 Created a bundle for api/v1/swagger/swagger.yaml at api/v1/swagger/swagger_bundle.json 346ms. Done in 21.95s.