import { getAppPathByContext } from "https://deno.land/x/astrodon@0.1.0-alpha.2/modules/astrodon/utils.ts";
Retrieve the binary path, this is placed outside to be used in other modules This is defines where the binary is located by the context of the app This is intentionally dynamic, so we can run app both locally or remotely
type
(context: AppContext) => unknown