import { normalizePath } from "https://dotland.deno.dev/x/lume@v2.4.2/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://dotland.deno.dev/x/lume@v2.4.2/core/utils/path.ts";
Convert the Windows paths (that use the separator "") to Posix paths (with the separator "/") and ensure it starts with "/".