wrangler.toml 323 B

1234567891011121314
  1. '$schema' = './node_modules/wrangler/config-schema.json'
  2. name = 'pruncalc'
  3. main = 'src/entry.py'
  4. compatibility_date = '2026-07-12'
  5. compatibility_flags = ['python_workers']
  6. routes = [
  7. {zone_name = 'raylu.net', pattern = 'prun.raylu.net/gy-694c'}
  8. ]
  9. [secrets]
  10. required = ['punoted_api_key']
  11. [observability]
  12. enabled = true