| 1 | import { __unsafePrisma } from "@/prisma"; |
| 2 | import { startServicePingCronJob } from '@/features/billing/servicePing'; |
| 3 | import { startChangelogPollingJob } from '@/features/changelog/pollChangelog'; |
| 4 | import { createLogger, env } from "@sourcebot/shared"; |
nothing calls this directly
no test coverage detected