-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwrangler.jsonc
More file actions
61 lines (61 loc) · 1.23 KB
/
wrangler.jsonc
File metadata and controls
61 lines (61 loc) · 1.23 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"$schema": "node_modules/wrangler/config-schema.json",
"name": "nuxthub-starter",
"main": "./.output/server/index.mjs",
"compatibility_date": "2026-01-02",
"assets": {
"directory": "./.output/public/",
"binding": "ASSETSWORKER"
},
"observability": {
"enabled": true
},
"r2_buckets": [
{
"binding": "BLOB",
"bucket_name": "nuxthub-starter"
}
],
"kv_namespaces": [
{
"binding": "CACHE",
"id": "c06f0c4b1e484097a7629b5f02b3d56c"
},
{
"binding": "KV",
"id": "c9b4f2f9f87e4a46b46ccd23a261f8fa"
}
],
"d1_databases": [
{
"binding": "DB",
"database_id": "7899ae15-03b4-421b-83f2-1e0baa6f9c45"
}
],
"env": {
"preview": {
"r2_buckets": [
{
"binding": "BLOB",
"bucket_name": "nuxthub-starter-preview"
}
],
"kv_namespaces": [
{
"binding": "CACHE",
"id": "80ea6a0160b441e784aa0f1692b56c7d"
},
{
"binding": "KV",
"id": "65c0e981fbab412599a4c40279a96946"
}
],
"d1_databases": [
{
"binding": "DB",
"database_id": "5a453097-bb08-440d-96f6-cfa9e2cfd9fd"
}
]
}
}
}