Convert back to server app from lambda function

This commit is contained in:
2024-01-17 19:56:31 +01:00
parent 023956514b
commit e53f948c20
8 changed files with 14 additions and 536 deletions

4
index.ts Normal file
View File

@@ -0,0 +1,4 @@
import { run } from 'probot';
import appFn from './appFn';
run(appFn);