feat(config): migrate project configuration to smartconfig.json and update bundler dependencies

This commit is contained in:
2026-03-24 18:15:30 +00:00
parent ad5e0c1afc
commit aea86bd8f5
14 changed files with 1677 additions and 2342 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ import * as path from 'path';
export { path };
// pushrocks scope
import * as npmextra from '@push.rocks/smartconfig';
import * as smartconfig 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';
@@ -15,7 +15,7 @@ import * as smartpromise from '@push.rocks/smartpromise';
import * as smartspawn from '@push.rocks/smartspawn';
export {
npmextra,
smartconfig,
smartcli,
smartfs,
smartinteract,