pandora
Version:
A powerful and lightweight application manager for Node.js applications powered by TypeScript.
21 lines (20 loc) • 454 B
text/typescript
export const components = {
nodeMetrics: {
path: 'pandora-component-node-metrics'
},
systemMetrics: {
path: 'pandora-component-system-metrics'
},
processInfo: {
path: 'pandora-component-process-info'
},
sandboxFileReporter: {
path: 'pandora-component-sandbox-file-reporter'
},
fileLoggerService: {
path: 'pandora-component-file-logger-service'
},
deadCounter: {
path: 'pandora-component-dead-counter'
}
};