Convert back to server app from lambda function

This commit is contained in:
2024-01-17 19:56:31 +01:00
parent 023956514b
commit e53f948c20
8 changed files with 14 additions and 536 deletions

View File

@@ -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"
}