Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CarmenPopoviciu committed Dec 19, 2024
1 parent bd1116d commit ee587cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/wrangler/src/__tests__/deploy.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4483,7 +4483,8 @@ addEventListener('fetch', event => {});`
"▲ [WARNING] experimental_serve_directly=false set without an assets binding
Setting experimental_serve_directly to false will always invoke your Worker script.
To fetch your assets from your Worker, please set the [assets.binding] key in your configuration file.
To fetch your assets from your Worker, please set the [assets.binding] key in your configuration
file.
Read more: https://developers.cloudflare.com/workers/static-assets/binding/#binding
Expand Down
3 changes: 2 additions & 1 deletion packages/wrangler/src/__tests__/dev.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1723,7 +1723,8 @@ describe.sequential("wrangler dev", () => {
"▲ [WARNING] experimental_serve_directly=false set without an assets binding
Setting experimental_serve_directly to false will always invoke your Worker script.
To fetch your assets from your Worker, please set the [assets.binding] key in your configuration file.
To fetch your assets from your Worker, please set the [assets.binding] key in your configuration
file.
Read more: https://developers.cloudflare.com/workers/static-assets/binding/#binding
Expand Down

0 comments on commit ee587cf

Please sign in to comment.