mirror of
https://github.com/jaxperro/winning-wallet-finder.git
synced 2026-08-03 03:07:47 +00:00
e2fbb08140
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
11 lines
236 B
JSON
11 lines
236 B
JSON
{
|
|
"$schema": "https://railway.com/railway.schema.json",
|
|
"deploy": {
|
|
"startCommand": "bash host/start.sh",
|
|
"restartPolicyType": "ON_FAILURE",
|
|
"restartPolicyMaxRetries": 10
|
|
},
|
|
"build": {
|
|
"builder": "NIXPACKS"
|
|
}
|
|
} |