-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathwrangler.staging.jsonc
More file actions
38 lines (38 loc) · 981 Bytes
/
wrangler.staging.jsonc
File metadata and controls
38 lines (38 loc) · 981 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"$schema": "./node_modules/wrangler/config-schema.json",
"name": "documentcloud-frontend-staging",
"main": ".svelte-kit/cloudflare/_worker.js",
"compatibility_flags": ["nodejs_als", "nodejs_compat"],
"compatibility_date": "2026-03-31",
"send_metrics": false,
"assets": {
"binding": "ASSETS",
"directory": ".svelte-kit/cloudflare"
},
"preview_urls": false,
"workers_dev": false,
"keep_vars": true,
"routes": [
{ "custom_domain": true, "pattern": "www.staging.documentcloud.org" },
{ "custom_domain": true, "pattern": "staging.documentcloud.org" }
],
"build": { "command": "npm run build" },
"observability": {
"enabled": true,
"head_sampling_rate": 1,
"logs": {
"enabled": true,
"head_sampling_rate": 1,
"persist": true,
"invocation_logs": true
},
"traces": {
"enabled": true,
"persist": true,
"head_sampling_rate": 1
}
},
"placement": {
"mode": "smart"
}
}