mirror of
https://github.com/Xevion/todoist-late-reset.git
synced 2025-12-06 01:16:37 -06:00
9 lines
177 B
JSON
9 lines
177 B
JSON
{
|
|
"$schema": "https://railway.app/railway.schema.json",
|
|
"build": {
|
|
"buildCommand": "go build -o out ./cmd/cron"
|
|
},
|
|
"deploy": {
|
|
"restartPolicyMaxRetries": 3
|
|
}
|
|
} |