16 lines
308 B
TOML
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 }
|