| 1 | import nextConnectWrapper from 'server/next-connect-wrapper'; |
| 2 | import { bridgeGithubRouter } from '@linen/integration-github'; |
| 3 | |
| 4 | export default nextConnectWrapper().use(bridgeGithubRouter as any); |
nothing calls this directly
no test coverage detected