| 1 | import express from "express"; |
| 2 | import { debug, express as logger } from "../logger.js"; |
| 3 | import PACKAGE from "../package.json" with { type: "json" }; |
| 4 | import { getCompiledSchema } from "../schema/index.js"; |
nothing calls this directly
no test coverage detected