Skip to main content
Module

x/brawler/mod.ts>BuildOptions

Develop and deploy Deno scripts for Cloudflare Workers with Wrangler
Go to Latest
type alias BuildOptions
import { type BuildOptions } from "https://deno.land/x/brawler@0.1.3/mod.ts";
definition: { logLevel?: wranglerLogLevel[number]; tempDir?: string; }