type alias esbuild.LogLevelimport { type esbuild } from "https://deno.land/x/fastro@v0.74.3/http/deps.ts"; const { LogLevel } = esbuild; definition: | "verbose" | "debug" | "info" | "warning" | "error" | "silent"