mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
fix: client: menu: @putout/bundle@5.5.
This commit is contained in:
parent
2be395e640
commit
161bede8db
2 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue