Skip to main content
Module

x/live/live.ts>LiveContext

The edge-native DXP: build and evolve an editable ultra-fast site powered by deno, fresh and tailwind. Optimized for "time-to-go-live".
Very Popular
Go to Latest
type alias LiveContext
import { type LiveContext } from "https://deno.land/x/live@1.2.1/live.ts";
definition: { manifest?: DecoManifest; deploymentId: string | undefined; isDeploy: boolean; site: string; siteId: number; loginUrl?: string; configResolver?: ConfigResolver<any>; namespace?: string; configStore?: ConfigStore; }