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

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

Open-Source web editor based on Preact, Tailwind and TypeScript. The other side of code.
Very Popular
Go to Latest
variable getComposedConfigStore
import { getComposedConfigStore } from "https://deno.land/x/live@1.55.1/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