mirror of
https://github.com/Xevion/linkpulse.git
synced 2025-12-08 06:07:35 -06:00
Update hypercorn invocations for app.py
This commit is contained in:
@@ -4,6 +4,6 @@
|
|||||||
"builder": "NIXPACKS"
|
"builder": "NIXPACKS"
|
||||||
},
|
},
|
||||||
"deploy": {
|
"deploy": {
|
||||||
"startCommand": "hypercorn linkpulse.main:app --bind \"[::]:$PORT\""
|
"startCommand": "hypercorn linkpulse.app:app --bind \"[::]:$PORT\""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1,3 +1,3 @@
|
|||||||
#!/usr/bin/env bash
|
#!/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