12 lines
188 B
TOML
12 lines
188 B
TOML
name = "files"
|
|
main = "src/index.ts"
|
|
compatibility_date = "2025-06-03"
|
|
|
|
routes = [
|
|
{ pattern = "files.ente.io", custom_domain = true }
|
|
]
|
|
|
|
tail_consumers = [
|
|
{ service = "tail" }
|
|
]
|