fix(core): update
This commit is contained in:
22
ts/smartmetrics.plugins.ts
Normal file
22
ts/smartmetrics.plugins.ts
Normal file
@@ -0,0 +1,22 @@
|
||||
// node native
|
||||
import * as os from 'os';
|
||||
|
||||
export {
|
||||
os
|
||||
}
|
||||
|
||||
// pushrocks scope
|
||||
import * as smartdelay from '@pushrocks/smartdelay';
|
||||
import * as smartlog from '@pushrocks/smartlog';
|
||||
|
||||
export {
|
||||
smartdelay,
|
||||
smartlog
|
||||
}
|
||||
|
||||
// third party scope
|
||||
import * as promClient from 'prom-client';
|
||||
|
||||
export {
|
||||
promClient
|
||||
}
|
||||
Reference in New Issue
Block a user