Skip to content

Commit

Permalink
fix: lock wrangler version to 3.63.1
Browse files Browse the repository at this point in the history
  • Loading branch information
OXeu committed Jul 10, 2024
1 parent a476c45 commit 108507f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@types/bun": "^1.1.2",
"drizzle-kit": "^0.21.2",
"wrangler": "^3.57.1",
"wrangler": "3.63.1",
"@cloudflare/vitest-pool-workers": "^0.1.0",
"@cloudflare/workers-types": "^4.20240529.0",
"typescript": "^5.0.4",
Expand Down
1 change: 0 additions & 1 deletion server/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export const app = () => new Elysia({ aot: false })
methods: '*',
allowedHeaders: [
'Authorization',
'authorization',
'content-type'
],
maxAge: 600,
Expand Down

0 comments on commit 108507f

Please sign in to comment.