e59925f8f1
- Update all three READMEs with binary-pair install instructions - Update INSTALL.md for platform archive + binary pair language - Regenerate facts.generated.ts for v0.8.46 (14 crates, 70 tools) - Rename CF worker project to codewhale-web, add codewhale.net routes - Add web/redirect worker for deepseek-tui.com → codewhale.net
12 lines
343 B
JSON
12 lines
343 B
JSON
{
|
|
"$schema": "../node_modules/wrangler/config-schema.json",
|
|
"name": "deepseek-tui-web",
|
|
"main": "src/index.ts",
|
|
"compatibility_date": "2025-04-01",
|
|
"observability": { "enabled": true },
|
|
"routes": [
|
|
{ "pattern": "deepseek-tui.com", "custom_domain": true },
|
|
{ "pattern": "www.deepseek-tui.com", "custom_domain": true }
|
|
]
|
|
}
|