mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
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.
18 lines
385 B
TOML
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"]
|