mirror of
https://github.com/Xevion/todoist-late-reset.git
synced 2025-12-15 12:13:34 -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/main"
|
|
},
|
|
"deploy": {
|
|
"restartPolicyMaxRetries": 3
|
|
}
|
|
} |