Skip to content

Commit f6de38a

Browse files
committed
updates example config
1 parent 4d97c43 commit f6de38a

File tree

1 file changed

+2
-2
lines changed
  • src/content/docs/workers/development-testing

1 file changed

+2
-2
lines changed

src/content/docs/workers/development-testing/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ During local development, your Worker code interacts with these bindings using t
7979
```jsonc title="wrangler.jsonc"
8080
{
8181
"name": "my-worker",
82-
"compatibility_date": "2025-06-01",
82+
"compatibility_date": "$today",
8383

8484
"r2_buckets": [
8585
{
@@ -157,7 +157,7 @@ If preview configuration is present for a binding, setting `experimental_remote:
157157
```jsonc title="wrangler.jsonc"
158158
{
159159
"name": "my-worker",
160-
"compatibility_date": "2025-06-01",
160+
"compatibility_date": "$today",
161161

162162
"r2_buckets": [
163163
{

0 commit comments

Comments
 (0)