mirror of
https://github.com/beilunyang/moemail.git
synced 2025-12-24 11:30:51 +08:00
19 lines
426 B
JSON
19 lines
426 B
JSON
{
|
|
"$schema": "node_modules/wrangler/config-schema.json",
|
|
"name": "cleanup-worker",
|
|
"main": "workers/cleanup.ts",
|
|
"compatibility_date": "2024-03-20",
|
|
"compatibility_flags": ["nodejs_compat"],
|
|
"triggers": {
|
|
"crons": ["0 * * * *"]
|
|
},
|
|
"d1_databases": [
|
|
{
|
|
"binding": "DB",
|
|
"migrations_dir": "drizzle",
|
|
"database_name": "${DATABASE_NAME}",
|
|
"database_id": "${DATABASE_ID}"
|
|
}
|
|
]
|
|
}
|