We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 947d431 + 61ab2a3 commit e393d56Copy full SHA for e393d56
.gitignore
@@ -10,6 +10,7 @@ pnpm-lock.yaml
10
bun.lockb
11
bun.lock
12
.yarn/install-state.gz
13
+package-lock.json
14
15
# testing
16
/coverage
wrangler.toml
@@ -10,6 +10,9 @@ crons = [
"* * * * *", # Uncomment for production use
]
+[observability.logs]
+enabled = true
+
# Environment variables for the cron worker
17
[vars]
18
CRON_TARGET_URL = "https://your-domain.com/api/cron/cleanup-articles"
0 commit comments