mirror of
https://github.com/getpaseo/paseo.git
synced 2026-08-15 04:42:45 +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.
14 lines
339 B
TOML
14 lines
339 B
TOML
name = "paseo-website"
|
|
account_id = "10ed39a1dbf316e30abd0c409bed40d6"
|
|
compatibility_date = "2024-12-01"
|
|
compatibility_flags = ["nodejs_compat"]
|
|
main = "@tanstack/react-start/server-entry"
|
|
|
|
routes = [
|
|
{ pattern = "paseo.sh", custom_domain = true },
|
|
{ pattern = "www.paseo.sh", custom_domain = true },
|
|
]
|
|
|
|
[observability]
|
|
enabled = true
|