Is there a definition file for possible configurations of prefect.yaml? Deploying from within a monorepo, not from the root, and need to find a way to set the working directory.
m
Matthew Bell
03/10/2024, 6:02 PM
I set the env var
PYTHONPATH="."
(this is a general python feature, not specific to prefect)