Files
automatisch/packages/backend/src/worker.ts
2022-09-21 09:08:51 +02:00

6 lines
151 B
TypeScript

import './config/orm';
export { worker } from './workers/processor';
import telemetry from './helpers/telemetry';
telemetry.setServiceType('worker');