Files
huly-platform/services/rating/src/__start__.ts
T
2025-10-24 10:10:01 +07:00

6 lines
121 B
TypeScript

import { start } from './index'
void start().catch((err) => {
console.error('Failed to start rating service', err)
})