Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Very Popular
Latest
interface Options
import { type Options } from "https://deno.land/x/live@1.104.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