wrangler.toml 422 B

123456789101112131415161718
  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. {zone_name = 'raylu.net', pattern = 'prun.raylu.net/kit'},
  9. ]
  10. [secrets]
  11. required = ['punoted_api_key']
  12. [env.dev.assets]
  13. directory = '../www'
  14. [observability]
  15. enabled = true