mirror of
https://github.com/maciejpedzich/playlist-entry-validator.git
synced 2024-11-27 16:05:48 +01:00
Specify local files to include
This commit is contained in:
parent
a0dd3ccd0d
commit
ddb5c752ac
@ -1,2 +1,3 @@
|
||||
[functions]
|
||||
included_files = ["appFn.ts", "getPlaylistIdFromUrl.ts"]
|
||||
external_node_modules = ["@probot/adapter-aws-lambda-serverless", "probot", "express", "keyv", "formidable"]
|
@ -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');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user