wide-midnight-78598
04/04/2023, 8:00 PMscie
- is there a good reason to still have the pex_binary.entry_point
populated? I know it's optional, but could that interfere with the scie config?
e.g. After using PEX_TOOLS to unpack and compile our application - I'm running my binary like this.
"exe": "{scie.bindings.venv}/venv/bin/uvicorn",
"args": [
"apigateway.main:app"
]
Just wondering if I should keep my eye out for potential hiccups either at runtime, or in an upgrade workflowpex_binary(
name="apigateway",
dependencies=[
":libapigateway",
"//:reqs#uvicorn",
],
output_path="backend/apigateway/apigateway.pex",
include_tools=True,
enough-analyst-54434
04/24/2023, 6:10 PMwide-midnight-78598
04/24/2023, 6:49 PM