Files
chat/apps/github-app/src/index.ts
2026-04-25 16:36:34 +08:00

5 lines
74 B
TypeScript

import { run } from 'probot';
import { appFn } from './app';
run(appFn);