feat(CF): 现已支持部署到CloudFlare-Workers
This commit is contained in:
9
wrangler.toml
Normal file
9
wrangler.toml
Normal file
@@ -0,0 +1,9 @@
|
||||
name = "latency-test"
|
||||
main = "dist/worker/index.js"
|
||||
compatibility_date = "2025-12-22"
|
||||
compatibility_flags = ["nodejs_compat"]
|
||||
|
||||
assets = { directory = "./dist/client" }
|
||||
|
||||
[vars]
|
||||
GLOBALPING_API = "https://api.globalping.io/v1"
|
||||
Reference in New Issue
Block a user