mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-23 10:45:33 -04:00
26 lines
548 B
JSON
26 lines
548 B
JSON
{
|
|
"$schema": "node_modules/wrangler/config-schema.json",
|
|
"name": "opencode-updates",
|
|
"main": "src/index.ts",
|
|
"compatibility_date": "2026-07-21",
|
|
"workers_dev": false,
|
|
"preview_urls": false,
|
|
"routes": [
|
|
{
|
|
"pattern": "update.opencode.ai",
|
|
"custom_domain": true
|
|
}
|
|
],
|
|
"d1_databases": [
|
|
{
|
|
"binding": "DB",
|
|
"database_name": "opencode-updates",
|
|
"database_id": "058debd8-1572-4c4a-8781-2c5a0e33cb46",
|
|
"migrations_dir": "migrations"
|
|
}
|
|
],
|
|
"observability": {
|
|
"enabled": true
|
|
}
|
|
}
|