This commit is contained in:
Manav Rathi 2024-06-15 12:03:32 +05:30
parent eaccba5f22
commit bd6ac2c4fc
No known key found for this signature in database
2 changed files with 4 additions and 3 deletions

View File

@ -2,8 +2,9 @@
"name": "github-discord-notifier", "name": "github-discord-notifier",
"private": true, "private": true,
"devDependencies": { "devDependencies": {
"@cloudflare/workers-types": "^4.20240314.0", "@cloudflare/workers-types": "^4.20240614.0",
"typescript": "^5", "typescript": "^5",
"wrangler": "^3" "wrangler": "^3"
} },
"packageManager": "yarn@1.22.22"
} }

View File

@ -1,6 +1,6 @@
name = "github-discord-notifier" name = "github-discord-notifier"
main = "src/index.ts" main = "src/index.ts"
compatibility_date = "2024-03-14" compatibility_date = "2024-06-14"
[vars] [vars]
# Added as a secret via the Cloudflare dashboard # Added as a secret via the Cloudflare dashboard