| 1234567891011121314151617 |
- {
- "$schema": "node_modules/wrangler/config-schema.json",
- "name": "notion-exrate-worker",
- "main": "src/index.ts",
- "compatibility_date": "2026-03-17",
- "observability": {
- "enabled": true
- },
- "triggers": {
- "crons": [
- "0 * * * *"
- ]
- },
- "compatibility_flags": [
- "nodejs_compat"
- ]
- }
|