Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/deco/daemon/workers/options.ts>Options

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Latest
interface Options
import { type Options } from "https://deno.land/x/deco@1.75.1/daemon/workers/options.ts";

Properties

id: number
worker: Worker
lastActivity: number
envVars: { [key: string]: string; }
cwd: string
memoryLimit: number
cpuLimit: number
optional
entrypoint: string