Skip to content
This repository has been archived by the owner on Dec 21, 2020. It is now read-only.

Commit

Permalink
fix(export): export server instead of running
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhck committed Jul 13, 2019
1 parent 1d0ab28 commit 73b7089
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit 73b7089

Please sign in to comment.