mirror of
https://github.com/Xevion/linkpulse.git
synced 2025-12-07 03:15:37 -06:00
Update hypercorn invocations for app.py
This commit is contained in:
@@ -4,6 +4,6 @@
|
||||
"builder": "NIXPACKS"
|
||||
},
|
||||
"deploy": {
|
||||
"startCommand": "hypercorn linkpulse.main:app --bind \"[::]:$PORT\""
|
||||
"startCommand": "hypercorn linkpulse.app:app --bind \"[::]:$PORT\""
|
||||
}
|
||||
}
|
||||
@@ -1,3 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
poetry run hypercorn linkpulse.main:app --reload
|
||||
poetry run hypercorn linkpulse.app:app --reload
|
||||
Reference in New Issue
Block a user