Skip to content

Commit

Permalink
change experimental_assets -> assets
Browse files Browse the repository at this point in the history
  • Loading branch information
emily-shen authored and RamIdeas committed Sep 26, 2024
1 parent 308d5ae commit dff3ce4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/wrangler/e2e/deployments.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ describe("Workers + Assets deployment", { timeout: TIMEOUT }, () => {
"wrangler.toml": dedent`
name = "${workerName}"
compatibility_date = "2023-01-01"
[experimental_assets]
[assets]
directory = "public"
`,
...initialAssets,
Expand Down Expand Up @@ -327,7 +327,7 @@ describe("Workers + Assets deployment", { timeout: TIMEOUT }, () => {
name = "${workerName}"
main = "src/index.ts"
compatibility_date = "2023-01-01"
[experimental_assets]
[assets]
directory = "public"
binding = "ASSETS"
html_handling = "none"
Expand Down

0 comments on commit dff3ce4

Please sign in to comment.