import { normalizePath } from "https://deno.land/x/lume@v2.2.4/core/utils/path.ts";
Convert the Windows paths (that use the separator "") to Posix paths (with the separator "/") and ensure it starts with "/".
import { normalizePath } from "https://deno.land/x/lume@v2.2.4/core/utils/path.ts";
Convert the Windows paths (that use the separator "") to Posix paths (with the separator "/") and ensure it starts with "/".