Disable default route

This commit is contained in:
Manav Rathi 2024-06-16 08:39:59 +05:30
parent c05d8a8e44
commit fc5eb296d2
No known key found for this signature in database

View File

@ -2,6 +2,9 @@ name = "tail"
main = "src/index.ts"
compatibility_date = "2024-06-14"
# Disable the default route, this worker does not handle fetch.
workers_dev = false
[vars]
# Added as a secret via the Cloudflare dashboard
# LOKI_PUSH_URL = "https://${loki_base_url}>/loki/api/v1/push"