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 6857933 commit 99b40c3Copy full SHA for 99b40c3
src/index.ts
@@ -12,4 +12,5 @@ export const probotApp = (req: IncomingMessage, res: ServerResponse) => {
12
res.writeHead(404);
13
res.end();
14
});
15
-};
+};
16
+// TODO: Add any additional exports or configurations needed for your app
0 commit comments