fix(tools): handle pnpm 11 global migrations

This commit is contained in:
2026-05-23 10:15:56 +00:00
parent ad7f2742ff
commit 337fe2c64c
4 changed files with 964 additions and 86 deletions
+2
View File
@@ -2,6 +2,7 @@ import * as smartlog from '@push.rocks/smartlog';
import * as smartlogDestinationLocal from '@push.rocks/smartlog-destination-local';
import * as smartconfig from '@push.rocks/smartconfig';
import * as path from 'path';
import * as fs from 'node:fs/promises';
import * as projectinfo from '@push.rocks/projectinfo';
import * as smartcli from '@push.rocks/smartcli';
import * as smartpath from '@push.rocks/smartpath';
@@ -22,6 +23,7 @@ export {
smartlogDestinationLocal,
smartconfig,
path,
fs,
projectinfo,
smartcli,
smartpath,