mirror of
https://github.com/Xevion/linkpulse.git
synced 2025-12-07 09:15:37 -06:00
Fix railway startCommand for backend
This commit is contained in:
@@ -4,6 +4,6 @@
|
||||
"builder": "NIXPACKS"
|
||||
},
|
||||
"deploy": {
|
||||
"startCommand": "hypercorn main:app --bind \"[::]:$PORT\""
|
||||
"startCommand": "hypercorn linkpulse.main:app --bind \"[::]:$PORT\""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user