Skip to content

Commit

Permalink
Merge pull request #140 from dumikau/fix/compatibility-date
Browse files Browse the repository at this point in the history
[fix] - Fix compatibility date
  • Loading branch information
dumikau authored Oct 2, 2023
2 parents 68566f5 + 3ae22ce commit 506aa81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ usage_model = ''
compatibility_flags = []
workers_dev = true
site = {bucket = "./out",entry-point = "workers-site"}
compatibility_date = "2022-04-07"
compatibility_date = "2023-10-02"

[env.calibration]
name = "node-calibration"
Expand All @@ -16,4 +16,4 @@ route = 'node-calibration.glif.link/*'
[env.mainnet]
name = "node-mainnet"
vars = { ENVIRONMENT = "production" }
route = 'node.glif.link/*'
route = 'node.glif.link/*'

0 comments on commit 506aa81

Please sign in to comment.