13 lines
305 B
TOML
13 lines
305 B
TOML
name = "latency-test"
|
|
main = "dist/worker/index.js"
|
|
compatibility_date = "2025-12-23"
|
|
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"
|