feat: initial MailOne worker (latest email per recipient, 24h retention)
This commit is contained in:
11
wrangler.toml
Normal file
11
wrangler.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
name = "mailone"
|
||||
main = "src/index.js"
|
||||
compatibility_date = "2026-02-25"
|
||||
|
||||
[[d1_databases]]
|
||||
binding = "DB"
|
||||
database_name = "mailone"
|
||||
database_id = "YOUR_D1_DATABASE_ID"
|
||||
|
||||
[triggers]
|
||||
crons = ["0 * * * *"]
|
||||
Reference in New Issue
Block a user