Convert back to server app from lambda function
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
"version": "1.0.0",
|
||||
"description": "GitHub bot that automatically verifies PRs with new playlist entries",
|
||||
"scripts": {
|
||||
"dev": "netlify dev",
|
||||
"build": "tsc"
|
||||
"build": "tsc",
|
||||
"start": "node ./dist/index.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -17,7 +17,6 @@
|
||||
},
|
||||
"homepage": "https://github.com/maciejpedzich/mackorone-playlist-pr-bot#readme",
|
||||
"dependencies": {
|
||||
"@probot/adapter-aws-lambda-serverless": "^3.0.3",
|
||||
"metadata-scraper": "^0.2.60",
|
||||
"probot": "^12.2.8"
|
||||
},
|
||||
@@ -25,7 +24,6 @@
|
||||
"node": ">=18"
|
||||
},
|
||||
"devDependencies": {
|
||||
"smee-client": "^1.2.3",
|
||||
"ts-node-dev": "^2.0.0",
|
||||
"typescript": "^4.8.3"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user