fix: client: menu: @putout/bundle@5.5.

This commit is contained in:
coderiaser 2026-05-24 22:24:54 +03:00
parent 2be395e640
commit 161bede8db
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@ async function init(config) {
if (globalThis.CloudCmd.config('menu') === 'aleman')
setTimeout(() => {
import('https://esm.sh/@putout/processor-html');
import('https://esm.sh/@putout/bundle');
import('https://esm.sh/@putout/bundle@5.5');
}, 100);
}