Skip to content

Commit 28f7124

Browse files
authored
fix(cloudflare-workers): fix types (#3255)
1 parent 8151be4 commit 28f7124

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ lib/**/Cargo.lock
1010
# Turborepo
1111
**/.turbo
1212

13+
# Cloudflare
14+
.wrangler/
15+
1316
# Node.js and pnpm
1417
node_modules/
1518
npm-debug.log*

pnpm-lock.yaml

Lines changed: 2 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rivetkit-typescript/packages/cloudflare-workers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"dependencies": {
5151
"invariant": "^2.2.4",
5252
"zod": "^3.25.76",
53-
"hono": "4.8.3",
53+
"hono": "^4.7.0",
5454
"rivetkit": "workspace:*"
5555
},
5656
"stableVersion": "0.8.0"

0 commit comments

Comments
 (0)