-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwrangler.jsonc
More file actions
75 lines (75 loc) · 1.45 KB
/
Copy pathwrangler.jsonc
File metadata and controls
75 lines (75 loc) · 1.45 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"$schema": "./node_modules/wrangler/config-schema.json",
"name": "gins-scripts",
"main": "frontend/src/worker.ts",
"compatibility_date": "2026-04-20",
"placement": {
"mode": "smart"
},
"workers_dev": true,
"routes": [
{
"pattern": "scripts.ichimarugin728.dev",
"custom_domain": true
}
],
"assets": {
"directory": "./dist",
"binding": "ASSETS",
"run_worker_first": [
"/Scripting/*",
"/Scriptable/*",
"/Egern/*",
"/Stash/*",
"/Surge/*",
"/Shadowrocket/*",
"/Loon/*",
"/QuantumultX/*",
"/downloads",
"/downloads/*",
"/packages",
"/packages/*",
"/widgets",
"/widgets/*",
"/modules",
"/modules/*",
"/scripts",
"/scripts/*",
"/api/*"
]
},
"r2_buckets": [
{
"binding": "GINS_SCRIPTS_R2",
"bucket_name": "gins-scripts-storage"
}
],
"queues": {
"producers": [
{
"queue": "gins-scripts-r2-sync",
"binding": "R2_SYNC_QUEUE"
}
],
"consumers": [
{
"queue": "gins-scripts-r2-sync",
"max_batch_size": 20,
"max_batch_timeout": 5
}
]
},
"workflows": [
{
"name": "gins-scripts-r2-sync",
"binding": "R2_SYNC_WORKFLOW",
"class_name": "R2SyncWorkflow"
}
],
"vars": {
"GINS_SCRIPTS_REPO": "IchimaruGin728/Gins-Scripts"
},
"triggers": {
"crons": ["28 23 * * *", "16 9 * * *"]
}
}