deploy github user contribution endpoint to cloudflare

This commit is contained in:
platane
2025-02-20 23:43:25 +07:00
parent 10c4c3c7bd
commit 852f0ae376
9 changed files with 257 additions and 287 deletions

View File

@@ -2,7 +2,13 @@
"name": "@snk/github-user-contribution-service",
"version": "1.0.0",
"dependencies": {
"@snk/github-user-contribution": "1.0.0",
"@vercel/node": "5.1.7"
"@snk/github-user-contribution": "1.0.0"
},
"devDependencies": {
"wrangler": "3.109.2",
"@cloudflare/workers-types": "4.20250214.0"
},
"scripts": {
"deploy": "wrangler deploy"
}
}