mirror of
https://github.com/JonasunderscoreJones/rss.jonasjones.dev.git
synced 2025-10-22 19:49:18 +02:00
project updates
This commit is contained in:
parent
4aeaf4c087
commit
515ad0b7e5
3 changed files with 1456 additions and 1 deletions
1444
package-lock.json
generated
Normal file
1444
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
|
@ -8,5 +8,8 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"wrangler": "^3.28.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"crypto": "^1.0.1"
|
||||
}
|
||||
}
|
|
@ -2,6 +2,14 @@ name = "rss-worker"
|
|||
main = "src/index.js"
|
||||
compatibility_date = "2023-09-04"
|
||||
|
||||
account_id = "d9e259f328167af6c866c4e624f12c0d"
|
||||
workers_dev = true
|
||||
|
||||
|
||||
[[r2_buckets]]
|
||||
binding = 'CDN_BUCKET'
|
||||
bucket_name = 'cdn'
|
||||
|
||||
# Variable bindings. These are arbitrary, plaintext strings (similar to environment variables)
|
||||
# Note: Use secrets to store sensitive data.
|
||||
# Docs: https://developers.cloudflare.com/workers/platform/environment-variables
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue