Specify local files to include
This commit is contained in:
@@ -3,7 +3,7 @@ import {
|
||||
createProbot
|
||||
} from '@probot/adapter-aws-lambda-serverless';
|
||||
|
||||
import { appFn } from '../../app';
|
||||
import { appFn } from '../../appFn';
|
||||
|
||||
const privateKey = (process.env.PRIVATE_KEY as string).replace(/\\n/gm, '\n');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user