mirror of
https://github.com/Xevion/linkpulse.git
synced 2025-12-09 16:07:41 -06:00
9 lines
170 B
JSON
9 lines
170 B
JSON
{
|
|
"$schema": "https://railway.app/railway.schema.json",
|
|
"build": {
|
|
"builder": "NIXPACKS"
|
|
},
|
|
"deploy": {
|
|
"startCommand": "python3 -m linkpulse serve"
|
|
}
|
|
} |