Files
linkpulse/backend/railway.json

9 lines
170 B
JSON

{
"$schema": "https://railway.app/railway.schema.json",
"build": {
"builder": "NIXPACKS"
},
"deploy": {
"startCommand": "python3 -m linkpulse serve"
}
}