Skip to content

Commit 3ce560e

Browse files
fix
1 parent b191ec0 commit 3ce560e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

packages/wrangler/src/__tests__/deploy.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4724,7 +4724,8 @@ addEventListener('fetch', event => {});`
47244724
"▲ [WARNING] experimental_serve_directly=false set without an assets binding
47254725
47264726
Setting experimental_serve_directly to false will always invoke your Worker script.
4727-
To fetch your assets from your Worker, please set the [assets.binding] key in your configuration file.
4727+
To fetch your assets from your Worker, please set the [assets.binding] key in your configuration
4728+
file.
47284729
47294730
Read more: https://developers.cloudflare.com/workers/static-assets/binding/#binding
47304731

packages/wrangler/src/__tests__/dev.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1696,7 +1696,8 @@ describe.sequential("wrangler dev", () => {
16961696
"▲ [WARNING] experimental_serve_directly=false set without an assets binding
16971697
16981698
Setting experimental_serve_directly to false will always invoke your Worker script.
1699-
To fetch your assets from your Worker, please set the [assets.binding] key in your configuration file.
1699+
To fetch your assets from your Worker, please set the [assets.binding] key in your configuration
1700+
file.
17001701
17011702
Read more: https://developers.cloudflare.com/workers/static-assets/binding/#binding
17021703

0 commit comments

Comments
 (0)