fix(config): migrate configuration loading and init output from npmextra.json to smartconfig.json

This commit is contained in:
2026-03-24 15:06:01 +00:00
parent 5a5f6c6944
commit cb5d827420
7 changed files with 48 additions and 41 deletions

View File

@@ -4,7 +4,7 @@ import * as path from 'path';
export { path };
// pushrocks scope
import * as npmextra from '@push.rocks/npmextra';
import * as npmextra from '@push.rocks/smartconfig';
import * as smartcli from '@push.rocks/smartcli';
import * as smartfs from '@push.rocks/smartfs';
import * as smartinteract from '@push.rocks/smartinteract';