Skip to content

Commit 6fd34ee

Browse files
irvinebroqueGregBrimble
authored andcommitted
experimental_assets => assets (#17128)
* experimental_assets => assets * Bump wrangler@latest --------- Co-authored-by: Greg Brimble <[email protected]>
1 parent d385edc commit 6fd34ee

File tree

3 files changed

+48
-49
lines changed

3 files changed

+48
-49
lines changed

package-lock.json

Lines changed: 46 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"tailwindcss": "^3.4.10",
6363
"tippy.js": "^6.3.7",
6464
"typescript": "^5.5.4",
65-
"wrangler": "^3.75.0",
65+
"wrangler": "^3.78.10",
6666
"yaml": "^2.5.1"
6767
},
6868
"engines": {

wrangler-workers.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ rules = [
77
{ type = "Text", globs = ["**/_redirects"], fallthrough = true },
88
]
99

10-
[experimental_assets]
10+
[assets]
1111
directory = "./dist"
1212
binding = "ASSETS"
1313
not_found_handling = "404-page"

0 commit comments

Comments
 (0)