xtablo-source/apps/external/wrangler.toml
2025-10-24 17:06:42 +02:00

16 lines
308 B
TOML

name = "xtablo-embeds"
main = "worker/index.ts"
compatibility_date = "2025-07-09"
[assets]
directory = "./dist/"
not_found_handling = "single-page-application"
[observability]
enabled = true
[vars]
PYTHON_VERSION = "3.11.5"
[env.production]
route = { pattern = "embed.xtablo.com", custom_domain = true }