wrangler.jsonc 548 B

12345678910111213141516171819202122232425
  1. {
  2. "$schema": "node_modules/wrangler/config-schema.json",
  3. "name": "opencode-updates",
  4. "main": "src/index.ts",
  5. "compatibility_date": "2026-07-21",
  6. "workers_dev": false,
  7. "preview_urls": false,
  8. "routes": [
  9. {
  10. "pattern": "update.opencode.ai",
  11. "custom_domain": true
  12. }
  13. ],
  14. "d1_databases": [
  15. {
  16. "binding": "DB",
  17. "database_name": "opencode-updates",
  18. "database_id": "058debd8-1572-4c4a-8781-2c5a0e33cb46",
  19. "migrations_dir": "migrations"
  20. }
  21. ],
  22. "observability": {
  23. "enabled": true
  24. }
  25. }