ente/infra/workers/files/wrangler.toml
Manav Rathi 73fd63616d
Sketch
2024-06-16 14:39:05 +05:30

12 lines
188 B
TOML

name = "files"
main = "src/index.ts"
compatibility_date = "2024-06-14"
routes = [
{ pattern = "files.ente.io", custom_domain = true }
]
tail_consumers = [
{ service = "tail" }
]