feat(core): Introduced process management features using ProcessWrapper and enhanced configuration.

This commit is contained in:
2025-03-03 05:21:52 +00:00
parent 74bfcb273a
commit 9c1327c9be
10 changed files with 610 additions and 44 deletions

View File

@@ -8,11 +8,13 @@ export {
}
// @push.rocks scope
import * as npmextra from '@push.rocks/npmextra';
import * as projectinfo from '@push.rocks/projectinfo';
import * as smartpath from '@push.rocks/smartpath';
import * as smartcli from '@push.rocks/smartcli';
export {
npmextra,
projectinfo,
smartpath,
smartcli,