feat(core): Introduce ProcessMonitor class and integrate native and external plugins
This commit is contained in:
13
ts/plugins.ts
Normal file
13
ts/plugins.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
// native scope
|
||||
import * as path from 'node:path';
|
||||
|
||||
export {
|
||||
path,
|
||||
}
|
||||
|
||||
// @push.rocks scope
|
||||
import * as smartpath from '@push.rocks/smartpath';
|
||||
|
||||
export {
|
||||
smartpath,
|
||||
}
|
Reference in New Issue
Block a user