feat(cli): Correct CLI plugin imports and add reset command/IPC to stop processes and clear persisted configs
This commit is contained in:
8
ts/cli/plugins.ts
Normal file
8
ts/cli/plugins.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
// Minimal plugin set for the CLI to keep startup light
|
||||
import * as path from 'node:path';
|
||||
import * as projectinfo from '@push.rocks/projectinfo';
|
||||
import * as smartcli from '@push.rocks/smartcli';
|
||||
import * as smartinteract from '@push.rocks/smartinteract';
|
||||
|
||||
export { path, projectinfo, smartcli, smartinteract };
|
||||
|
Reference in New Issue
Block a user