A vibe coded tangled fork which supports pijul.
1{
2 "$schema": "node_modules/wrangler/config-schema.json",
3 "name": "ogre",
4 "main": "src/index.tsx",
5 "compatibility_date": "2026-03-07",
6 "observability": {
7 "enabled": true,
8 },
9 "routes": [
10 {
11 "pattern": "ogre.tangled.network",
12 "custom_domain": true,
13 },
14 ],
15 "vars": {
16 "ENVIRONMENT": "production",
17 },
18 "rules": [
19 {
20 "type": "Data",
21 "globs": ["**/*.woff"],
22 "fallthrough": true,
23 },
24 ],
25}