-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwrangler.jsonc
More file actions
41 lines (41 loc) · 1.26 KB
/
Copy pathwrangler.jsonc
File metadata and controls
41 lines (41 loc) · 1.26 KB
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
39
40
41
{
"$schema": "node_modules/wrangler/config-schema.json",
"name": "ykts-astro",
"main": "@astrojs/cloudflare/entrypoints/server",
"compatibility_date": "2026-02-22",
"compatibility_flags": [
"nodejs_compat"
],
"routes": [
{
"pattern": "ykts.net",
"custom_domain": true
}
],
"assets": {
"directory": "dist",
"binding": "ASSETS"
},
"observability": {
"enabled": true
},
"kv_namespaces": [
{
"binding": "SESSION",
"id": "a1fd815828144dcea2f420e960be567b",
"remote": true
},
{
"binding": "ykts_status_metrics",
"id": "c04d76639e37483ea33ea380ec1bc3e6",
"remote": true
}
],
"d1_databases": [
{
"binding": "DB",
"database_name": "ykts-folio-agent",
"database_id": "865bb1b9-1cb3-4e0c-ba52-8b8d65797eb8"
}
]
}