mirror of
https://github.com/Xevion/linkpulse.git
synced 2025-12-09 16:07:41 -06:00
9 lines
193 B
JSON
9 lines
193 B
JSON
{
|
|
"$schema": "https://railway.app/railway.schema.json",
|
|
"build": {
|
|
"builder": "NIXPACKS"
|
|
},
|
|
"deploy": {
|
|
"startCommand": "hypercorn linkpulse.app:app --bind \"[::]:$PORT\""
|
|
}
|
|
} |