FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
illgitthat.github.io/wrangler.jsonc at main · illgitthat/illgitthat.github.io · GitHub
illgitthat
/
illgitthat.github.io
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
illgitthat.github.io
/
wrangler.jsonc
Copy path
More file actions
More file actions
Latest commit
History
History
History
49 lines (49 loc) · 1.27 KB
Breadcrumbs
illgitthat.github.io
/
wrangler.jsonc
Copy path
File metadata and controls
49 lines (49 loc) · 1.27 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
{
"name"
:
"
gentest
"
,
"main"
:
"
src/index.ts
"
,
"compatibility_date"
:
"
2026-09-03
"
,
"workers_dev"
:
true
,
"observability"
: {
"logs"
: {
"enabled"
:
true
,
"invocation_logs"
:
true
}
},
"routes"
: [
{
"pattern"
:
"
adamcbloom.com
"
,
"custom_domain"
:
true
}
],
"assets"
: {
"directory"
:
"
./public
"
,
"binding"
:
"
ASSETS
"
,
"not_found_handling"
:
"
single-page-application
"
,
"html_handling"
:
"
auto-trailing-slash
"
,
"run_worker_first"
:
true
},
"vars"
: {
"ENVIRONMENT"
:
"
production
"
,
"CLOUDFLARE_ACCOUNT_ID"
:
"
5ce0d3512f15df9319e5de046f66cdf0
"
},
"r2_buckets"
: [
{
"binding"
:
"
SCREENSHOTS
"
,
"bucket_name"
:
"
illgitthat-screenshots
"
,
"preview_bucket_name"
:
"
illgitthat-screenshots
"
,
"remote"
:
true
}
],
"kv_namespaces"
: [
{
"binding"
:
"
SITES
"
,
"id"
:
"
fcbfa05ea0a44cf7b395ed6a94600641
"
,
"preview_id"
:
"
fcbfa05ea0a44cf7b395ed6a94600641
"
},
{
"binding"
:
"
RATE_LIMIT
"
,
"id"
:
"
fcbfa05ea0a44cf7b395ed6a94600641
"
,
"preview_id"
:
"
fcbfa05ea0a44cf7b395ed6a94600641
"
}
]
}
Back
|
FazBrowse Home
|
New Git URL