fix(cli): replace npmextra config loading with smartconfig

This commit is contained in:
2026-03-24 15:07:43 +00:00
parent e9ad5775a1
commit b85abf7b93
6 changed files with 38 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
import * as early from '@push.rocks/early';
import * as npmextra from '@push.rocks/npmextra';
import * as smartconfig from '@push.rocks/smartconfig';
import * as smartcli from '@push.rocks/smartcli';
import * as smartfile from '@push.rocks/smartfile';
import * as smartpath from '@push.rocks/smartpath';
@@ -7,7 +7,7 @@ import * as smartshell from '@push.rocks/smartshell';
export {
early,
npmextra,
smartconfig,
smartcli,
smartfile,
smartpath,