mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-27 20:14:57 +02:00
6 lines
121 B
TypeScript
6 lines
121 B
TypeScript
import { start } from './index'
|
|
|
|
void start().catch((err) => {
|
|
console.error('Failed to start rating service', err)
|
|
})
|