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

x/live/engine/releases/provider.ts>getComposedConfigStore

Open-Source web editor based on Preact, Tailwind and TypeScript. The other side of code.
Go to Latest
variable getComposedConfigStore
import { getComposedConfigStore } from "https://deno.land/x/live@1.53.10/engine/releases/provider.ts";

Compose config and pages tables into a single ConfigStore provider given the impression that they are a single source of truth.

type

(
ns: string,
site: string,
siteId?,
localStorageOnly?,
) => Release