wrangler.jsonc 316 B

1234567891011121314151617
  1. {
  2. "$schema": "node_modules/wrangler/config-schema.json",
  3. "name": "notion-exrate-worker",
  4. "main": "src/index.ts",
  5. "compatibility_date": "2026-03-17",
  6. "observability": {
  7. "enabled": true
  8. },
  9. "triggers": {
  10. "crons": [
  11. "0 * * * *"
  12. ]
  13. },
  14. "compatibility_flags": [
  15. "nodejs_compat"
  16. ]
  17. }