feature: cloudcmd: montag v2.0.1

This commit is contained in:
coderiaser 2026-04-21 23:29:44 +03:00
parent dc94d2db7a
commit d5cd11e812
4 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@ import {homedir} from 'node:os';
import {readFile as _readFile} from 'node:fs/promises';
import {join} from 'node:path';
// warm up worker cache
import montag from 'montag';
import {montag} from 'montag';
import {tryToCatch} from 'try-to-catch';
import currify from 'currify';
import {putout, codeframe} from 'putout';