Files
linkpulse/backend/railway.json

10 lines
197 B
JSON

{
"$schema": "https://railway.app/railway.schema.json",
"build": {
"builder": "NIXPACKS"
},
"deploy": {
"startCommand": "uvicorn \"linkpulse.app:app\" --host :: --port $PORT"
}
}