import { prepareUrl } from "https://deno.land/x/astrodon@0.1.0-alpha.2/modules/astrodon/utils.ts";
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
type
(url: string, context: AppContext) => Promise<string>