Last active
February 21, 2019 03:03
-
-
Save chadfawcett/e990c64ada3f6bab1841d1fa012ae5f3 to your computer and use it in GitHub Desktop.
Blog Post: Probot on Now v2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// now.js | |
var { serverless } = require('@chadfawcett/probot-serverless-now') | |
const appFn = require('./app') | |
module.exports = serverless(appFn) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment