We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e640849 commit a9934d1Copy full SHA for a9934d1
wrangler.jsonc
@@ -24,7 +24,13 @@
24
"route": {
25
"custom_domain": true,
26
"pattern": "api.preview.mojis.dev"
27
- }
+ },
28
+ "r2_buckets": [
29
+ {
30
+ "binding": "EMOJI_DATA",
31
+ "bucket_name": "mojis-preview"
32
+ }
33
+ ]
34
},
35
"production": {
36
"name": "mojis-api",
@@ -35,7 +41,13 @@
41
42
37
43
"pattern": "api.mojis.dev"
38
44
45
46
47
48
+ "bucket_name": "mojis"
49
50
39
51
}
40
52
53
0 commit comments