Files
paseo/packages/relay/wrangler.toml
Mohamed Boudra ce4b0d54c7 chore: reformat codebase with oxfmt
Apply prettier-compatible formatting across the repo to match the
incoming oxfmt configuration. Mechanical reformat only — no logic
changes. Covers YAML quote normalization, package.json key sorting,
Markdown/TOML formatting, and minor TS whitespace tweaks.
2026-04-23 21:44:48 +07:00

18 lines
385 B
TOML

name = "paseo-relay"
account_id = "10ed39a1dbf316e30abd0c409bed40d6"
main = "src/cloudflare-adapter.ts"
compatibility_date = "2024-12-01"
routes = [{ pattern = "relay.paseo.sh", custom_domain = true }]
[observability]
enabled = true
[[durable_objects.bindings]]
name = "RELAY"
class_name = "RelayDurableObject"
[[migrations]]
tag = "v1"
new_sqlite_classes = ["RelayDurableObject"]