18 lines
435 B
TOML
18 lines
435 B
TOML
name = "latency-test"
|
|
main = "dist/worker/index.js"
|
|
compatibility_date = "2025-12-25"
|
|
compatibility_flags = ["nodejs_compat"]
|
|
|
|
[assets]
|
|
directory = "./dist/client"
|
|
html_handling = "auto-trailing-slash"
|
|
not_found_handling = "single-page-application"
|
|
|
|
[vars]
|
|
GLOBALPING_API = "https://api.globalping.io/v1"
|
|
|
|
[[kv_namespaces]]
|
|
binding = "RESULTS_KV"
|
|
id = "8c7f404f066a4610bc8bab96e076295c"
|
|
preview_id = "8c7f404f066a4610bc8bab96e076295c"
|