| 1 | import express from "express"; |
| 2 | import { createNodeMiddleware, createProbot } from "probot"; |
| 3 | import { createSchedulerService } from "@wei/probot-scheduler"; |
| 4 | import createSchedulerApp from "@/src/app.ts"; |
nothing calls this directly
no test coverage detected