Revert "temp: try uvicorn command in railway.json"

This reverts commit 45ec5c396c.
This commit is contained in:
2024-11-01 20:48:18 -05:00
parent 45ec5c396c
commit 8515879448

View File

@@ -4,6 +4,6 @@
"builder": "NIXPACKS"
},
"deploy": {
"startCommand": "uvicorn \"linkpulse.app:app\" --host :: --port $PORT"
"startCommand": "hypercorn linkpulse.app:app --bind \"[::]:$PORT\" --log-config \"toml:logging.toml\""
}
}