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

x/live/deco.ts>DecoContext

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Latest
type alias DecoContext
import { type DecoContext } from "https://deno.land/x/live@1.74.1/deco.ts";
definition: { deploymentId: string | undefined; isDeploy: boolean; platform: string; site: string; siteId: number; loginUrl?: string; base?: string; namespace?: string; release?: DecofileProvider; runtime?: Promise<DecoRuntimeState>; play?: boolean; instance: InstanceInfo; request?: RequestContext; }