d68f003000
CI / Change detection (push) Has been cancelled
CI / Version drift (push) Has been cancelled
CI / Lint (push) Has been cancelled
CI / Workflow RLM cache (push) Has been cancelled
CI / Test (macos-latest) (push) Has been cancelled
CI / Test (ubuntu-latest) (push) Has been cancelled
CI / Test (windows-latest) (push) Has been cancelled
CI / npm wrapper smoke (push) Has been cancelled
CI / Mobile runtime smoke (push) Has been cancelled
CI / Workflow lint (push) Has been cancelled
CI / Documentation (push) Has been cancelled
Web Frontend / Lint & Type Check (push) Failing after 1s
Auto-close harvested PRs / close (push) Failing after 1s
cargo-deny / cargo-deny (bans licenses sources) (push) Failing after 1s
Security audit / cargo-audit (push) Failing after 1s
Sync to CNB / sync (push) Failing after 1s
Web Frontend / Deploy to Cloudflare (push) Waiting to run
cargo-deny / cargo-deny (advisories) (push) Failing after 3s
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"$schema": "node_modules/wrangler/config-schema.json",
|
|
"name": "codewhale-web",
|
|
"main": "worker.ts",
|
|
"compatibility_date": "2025-04-01",
|
|
"compatibility_flags": ["nodejs_compat", "global_fetch_strictly_public"],
|
|
"assets": {
|
|
"directory": ".open-next/assets",
|
|
"binding": "ASSETS"
|
|
},
|
|
"observability": { "enabled": true },
|
|
"routes": [
|
|
{ "pattern": "codewhale.net", "custom_domain": true },
|
|
{ "pattern": "www.codewhale.net", "custom_domain": true }
|
|
],
|
|
"kv_namespaces": [
|
|
{
|
|
"binding": "CURATED_KV",
|
|
"id": "abaa6a753c9d45bfa5c0afaf26dc67b3"
|
|
},
|
|
{
|
|
"binding": "NEXT_INC_CACHE_KV",
|
|
"id": "a2e6f324db9b4b03bbc940a4ba246985"
|
|
}
|
|
],
|
|
"vars": {
|
|
"GITHUB_REPO": "Hmbown/CodeWhale",
|
|
"DEEPSEEK_MODEL": "deepseek-v4-flash",
|
|
"DEEPSEEK_BASE_URL": "https://gateway.ai.cloudflare.com/v1/cf50f793171d7cb3b2ce23368b69cdcb/codewhale-web/deepseek"
|
|
},
|
|
"triggers": {
|
|
"crons": [
|
|
"0 */6 * * *",
|
|
"*/30 * * * *",
|
|
"0 0 * * *",
|
|
"0 9 * * 1"
|
|
]
|
|
},
|
|
"build": {
|
|
"command": "npm run build && npx opennextjs-cloudflare build"
|
|
}
|
|
}
|