Specify local files to include
This commit is contained in:
@@ -1,2 +1,3 @@
|
|||||||
[functions]
|
[functions]
|
||||||
|
included_files = ["appFn.ts", "getPlaylistIdFromUrl.ts"]
|
||||||
external_node_modules = ["@probot/adapter-aws-lambda-serverless", "probot", "express", "keyv", "formidable"]
|
external_node_modules = ["@probot/adapter-aws-lambda-serverless", "probot", "express", "keyv", "formidable"]
|
||||||
@@ -3,7 +3,7 @@ import {
|
|||||||
createProbot
|
createProbot
|
||||||
} from '@probot/adapter-aws-lambda-serverless';
|
} 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');
|
const privateKey = (process.env.PRIVATE_KEY as string).replace(/\\n/gm, '\n');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user