We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8e4198 commit bae9524Copy full SHA for bae9524
src/index.ts
@@ -1,6 +1,7 @@
1
import {Probot} from "probot";
2
import {App} from "./App";
3
import {getAppConfig} from "./AppConfig";
4
+
5
const appConfig = getAppConfig();
6
const probot = new Probot(appConfig);
7
probot.load(App.handle);
0 commit comments