feat(cli): Enhance CLI with new process management commands

This commit is contained in:
2025-03-04 11:44:55 +00:00
parent 0232741b89
commit 2dc766fa6e
7 changed files with 383 additions and 13 deletions

View File

@@ -10,14 +10,16 @@ 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';
import * as smartdaemon from '@push.rocks/smartdaemon';
import * as smartpath from '@push.rocks/smartpath';
export {
npmextra,
projectinfo,
smartpath,
smartcli,
smartdaemon,
smartpath,
}
// third-party scope