Skip to content

Commit

Permalink
configure compatibility date of the worker
Browse files Browse the repository at this point in the history
Signed-off-by: Vu Van Dung <[email protected]>
  • Loading branch information
joulev committed Dec 5, 2023
1 parent 98605ee commit 024f6b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"format": "prettier --write .",
"lint": "next lint",
"start": "next start",
"deploy-worker": "wrangler deploy misc/multi-tenancy-worker.ts --name multi-tenant-on-website"
"deploy-worker": "wrangler deploy misc/multi-tenancy-worker.ts --name multi-tenant-on-website --compatibility-date 2023-12-05"
},
"dependencies": {
"@auth/core": "0.18.4",
Expand Down

0 comments on commit 024f6b1

Please sign in to comment.