This repository has been archived on 2026-01-20. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
2025-04-17 12:00:31 +09:00

7 lines
237 B
TypeScript

import { createNodeMiddleware, createProbot } from "probot";
import { robot as app } from "../../../src/bot.js"
const probot = createProbot();
export default createNodeMiddleware(app, { probot, webhooksPath: '/api/github/webhooks' });