Skip to content

Commit 84ecbdc

Browse files
Added Upstash Redis dependencies impl and configure environment variables in wrangler.toml
1 parent ba35b4a commit 84ecbdc

File tree

4 files changed

+343
-166
lines changed

4 files changed

+343
-166
lines changed

bun.lockb

4.33 KB
Binary file not shown.

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
"deploy": "wrangler deploy --minify"
66
},
77
"dependencies": {
8-
"hono": "^4.6.12"
8+
"@upstash/redis": "^1.34.3",
9+
"hono": "^4.6.12",
10+
"redis": "^4.7.0"
911
},
1012
"devDependencies": {
1113
"@cloudflare/workers-types": "^4.20241112.0",

0 commit comments

Comments
 (0)