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

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

deco is the edge-native site editor and app framework for building dynamic, high-performance sites with a built-in visual admin UI.
Go to Latest
variable getComposedConfigStore
import { getComposedConfigStore } from "https://deno.land/x/deco@1.35.3/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: number,
localStorageOnly?,
) => Release