-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwrangler.json
More file actions
37 lines (37 loc) · 911 Bytes
/
wrangler.json
File metadata and controls
37 lines (37 loc) · 911 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
{
"$schema": "node_modules/wrangler/config-schema.json",
"name": "019c6319-16d8-7177-98f6-8dbdfd8aaba3",
"main": "./src/worker/index.ts",
"compatibility_date": "2025-06-17",
"compatibility_flags": ["nodejs_compat"],
"observability": {
"enabled": true
},
"upload_source_maps": true,
"assets": {
"not_found_handling": "single-page-application"
},
"d1_databases": [
{
"binding": "DB",
"database_name": "019c6319-16d8-7177-98f6-8dbdfd8aaba3",
"database_id": "019c6319-16d8-7177-98f6-8dbdfd8aaba3"
}
],
"r2_buckets": [
{
"binding": "R2_BUCKET",
"bucket_name": "019c6319-16d8-7177-98f6-8dbdfd8aaba3"
}
],
"services": [
{
"binding": "EMAILS",
"service": "emails-service",
"entrypoint": "EmailService",
"props": {
"appId": "019c6319-16d8-7177-98f6-8dbdfd8aaba3"
}
}
]
}