diff --git a/src/index.ts b/src/index.ts index 53d3cc4..8eb734a 100644 --- a/src/index.ts +++ b/src/index.ts @@ -5,4 +5,6 @@ import {getAppConfig} from "./AppConfig"; const appConfig = getAppConfig(); const probot = new Probot(appConfig); probot.load(App.handle); -probot.start(); + +// tslint:disable-next-line +export = probot.server;