Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/live/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/live@1.41.11/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