aboutsummaryrefslogtreecommitdiff
path: root/communities/red-right-hand/website/wrangler.jsonc
diff options
context:
space:
mode:
authorAlex Pooley (@zuedev) <zuedev@gmail.com>2026-05-12 18:47:33 +0100
committerAlex Pooley (@zuedev) <zuedev@gmail.com>2026-05-12 18:47:33 +0100
commit3774d5dfd730ab947438ba45dced508602483324 (patch)
tree83baafed9d2476e75bf43f84d3a98567943e600a /communities/red-right-hand/website/wrangler.jsonc
parent98ec34378c1a40803fcd04494518be9b80536355 (diff)
downloadunnamed-group-3774d5dfd730ab947438ba45dced508602483324.tar
unnamed-group-3774d5dfd730ab947438ba45dced508602483324.tar.gz
unnamed-group-3774d5dfd730ab947438ba45dced508602483324.tar.bz2
unnamed-group-3774d5dfd730ab947438ba45dced508602483324.tar.xz
unnamed-group-3774d5dfd730ab947438ba45dced508602483324.zip
add red-right-hand community projects
Diffstat (limited to 'communities/red-right-hand/website/wrangler.jsonc')
-rw-r--r--communities/red-right-hand/website/wrangler.jsonc23
1 files changed, 23 insertions, 0 deletions
diff --git a/communities/red-right-hand/website/wrangler.jsonc b/communities/red-right-hand/website/wrangler.jsonc
new file mode 100644
index 0000000..8cf1f5b
--- /dev/null
+++ b/communities/red-right-hand/website/wrangler.jsonc
@@ -0,0 +1,23 @@
+{
+ "$schema": "node_modules/wrangler/config-schema.json",
+ // "compatibility_flags": ["nodejs_compat"],
+ "compatibility_date": "2026-03-29",
+ "account_id": "424d9dabd39849818d9e22366a20e4d6",
+ "name": "red-right-hand-website",
+ // "main": "./server/index.js",
+ "assets": {
+ "directory": "./public/",
+ "not_found_handling": "single-page-application",
+ // "binding": "ASSETS",
+ // "run_worker_first": true,
+ },
+ "observability": {
+ "enabled": true,
+ },
+ "routes": [
+ {
+ "pattern": "red-right-hand.unnamed.group",
+ "custom_domain": true,
+ },
+ ],
+}