| 1 | import { indexSchema } from "@sourcebot/schemas/v3/index.schema"; |
| 2 | import { IdentityProviderConfig, SourcebotConfig } from "@sourcebot/schemas/v3/index.type"; |
| 3 | import { createEnv } from "@t3-oss/env-core"; |
| 4 | import { Ajv } from "ajv"; |
nothing calls this directly
no test coverage detected