import * as astrodon from "https://deno.land/x/astrodon@0.1.0-alpha.2/modules/astrodon/utils.ts";
Variables
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 | |
Gets the path of the entry url Also uncompress assets if it's on production Uncompress isn't (by now) part of the build process but it's a good idea to move it when we have an installer |