Skip to content

Commit b99bfba

Browse files
committed
Merge branch 'main' of github.com:techdiary-dev/techdiary.dev
2 parents c649135 + e393d56 commit b99bfba

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ pnpm-lock.yaml
1010
bun.lockb
1111
bun.lock
1212
.yarn/install-state.gz
13+
package-lock.json
1314

1415
# testing
1516
/coverage

wrangler.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ crons = [
1010
"* * * * *", # Uncomment for production use
1111
]
1212

13+
[observability.logs]
14+
enabled = true
15+
1316
# Environment variables for the cron worker
1417
[vars]
1518
CRON_TARGET_URL = "https://your-domain.com/api/cron/cleanup-articles"

0 commit comments

Comments
 (0)