add app.json to send every minute

This commit is contained in:
2025-03-01 10:13:54 +01:00
parent f52cfe1117
commit 6943e0e575
4 changed files with 19 additions and 1 deletions

8
app.json Normal file
View File

@@ -0,0 +1,8 @@
{
"cron": [
{
"command": "ruby mailer.rb",
"schedule": "* * * * *"
}
]
}