diff --git a/backend/railway.json b/backend/railway.json index 150b03c..1066952 100644 --- a/backend/railway.json +++ b/backend/railway.json @@ -4,6 +4,6 @@ "builder": "NIXPACKS" }, "deploy": { - "startCommand": "hypercorn main:app --bind \"[::]:$PORT\"" + "startCommand": "hypercorn linkpulse.main:app --bind \"[::]:$PORT\"" } } \ No newline at end of file