aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Pooley (@zuedev) <zuedev@gmail.com>2026-05-12 18:48:20 +0100
committerAlex Pooley (@zuedev) <zuedev@gmail.com>2026-05-12 18:48:20 +0100
commit25cb07098de49efd4c354a3ce3aad5b05d951492 (patch)
treed403ffc9554dd0e2b217d3e6ead12bee8ff411df
parent3774d5dfd730ab947438ba45dced508602483324 (diff)
downloadunnamed-group-25cb07098de49efd4c354a3ce3aad5b05d951492.tar
unnamed-group-25cb07098de49efd4c354a3ce3aad5b05d951492.tar.gz
unnamed-group-25cb07098de49efd4c354a3ce3aad5b05d951492.tar.bz2
unnamed-group-25cb07098de49efd4c354a3ce3aad5b05d951492.tar.xz
unnamed-group-25cb07098de49efd4c354a3ce3aad5b05d951492.zip
update schema URL in wrangler configuration for red-right-hand projects
-rw-r--r--communities/red-right-hand/vitepress/wrangler.jsonc2
-rw-r--r--communities/red-right-hand/website/wrangler.jsonc2
2 files changed, 2 insertions, 2 deletions
diff --git a/communities/red-right-hand/vitepress/wrangler.jsonc b/communities/red-right-hand/vitepress/wrangler.jsonc
index 42b2fee..b655a75 100644
--- a/communities/red-right-hand/vitepress/wrangler.jsonc
+++ b/communities/red-right-hand/vitepress/wrangler.jsonc
@@ -1,5 +1,5 @@
{
- "$schema": "node_modules/wrangler/config-schema.json",
+ "$schema": "https://esm.sh/wrangler@4.90.1/config-schema.json",
"compatibility_date": "2026-03-29",
"account_id": "424d9dabd39849818d9e22366a20e4d6",
"name": "red-right-hand-vitepress",
diff --git a/communities/red-right-hand/website/wrangler.jsonc b/communities/red-right-hand/website/wrangler.jsonc
index 8cf1f5b..b3f5d1c 100644
--- a/communities/red-right-hand/website/wrangler.jsonc
+++ b/communities/red-right-hand/website/wrangler.jsonc
@@ -1,5 +1,5 @@
{
- "$schema": "node_modules/wrangler/config-schema.json",
+ "$schema": "https://esm.sh/wrangler@4.90.1/config-schema.json",
// "compatibility_flags": ["nodejs_compat"],
"compatibility_date": "2026-03-29",
"account_id": "424d9dabd39849818d9e22366a20e4d6",