fix(tools): handle pnpm 11 global migrations
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user