mirror of
https://github.com/ente-io/ente.git
synced 2025-07-24 04:47:32 +00:00
12 lines
188 B
TOML
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" }
|
|
]
|