Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/astrodon/modules/astrodon/utils.ts>getAppPathByContext

Create Desktop apps with Deno 🦕
Latest
variable getAppPathByContext
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