-
Notifications
You must be signed in to change notification settings - Fork 406
Expand file tree
/
Copy pathwrangler.jsonc
More file actions
58 lines (58 loc) · 1.59 KB
/
wrangler.jsonc
File metadata and controls
58 lines (58 loc) · 1.59 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
{
"$schema": "node_modules/wrangler/config-schema.json",
"name": "trendpublish",
"main": "src/platform/cloudflare/worker.ts",
"compatibility_date": "2026-05-21",
"compatibility_flags": ["nodejs_compat"],
"alias": {
"@src/": "./src/",
"@zilla/logger": "./src/platform/cloudflare/shims/logger.ts",
"@zilla/logger-upstream": "./src/platform/cloudflare/shims/logger-upstream.ts",
"jsr:@deno-library/progress": "./src/platform/cloudflare/shims/progress.ts",
"npm:axios": "axios",
"npm:axios@1.8.3": "axios",
"npm:ejs": "ejs",
"npm:ejs@3.1.10": "ejs",
"npm:fast-xml-parser": "fast-xml-parser",
"npm:fast-xml-parser@5.0.9": "fast-xml-parser",
"npm:firecrawl": "firecrawl",
"npm:firecrawl@1.19.0": "firecrawl",
"npm:openai": "openai",
"npm:openai@4.87.3": "openai",
"npm:zod": "zod",
"npm:zod@3.23.8": "zod",
"npm:zod@3.25.76": "zod"
},
"observability": {
"enabled": true,
"head_sampling_rate": 1
},
"assets": {
"directory": "./dist/dashboard",
"binding": "ASSETS"
},
"kv_namespaces": [
{
"binding": "ARTICLE_RUNS",
"id": "eafc6388ba66410ba6c781460e42798c"
}
],
"d1_databases": [
{
"binding": "ARTICLE_DB",
"database_name": "trendpublish-article-db",
"database_id": "f3aa498f-786e-4793-a1eb-c72049cd97ce",
"migrations_dir": "migrations"
}
],
"triggers": {
"crons": ["*/5 * * * *"]
},
"workflows": [
{
"name": "weixin-article-workflow",
"binding": "WEIXIN_ARTICLE_WORKFLOW",
"class_name": "WeixinArticleCloudflareWorkflow"
}
]
}