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

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

Deno Compose is a modern visual editor and app framework for dynamic, high-performance sites.
Go to Latest
variable getComposedConfigStore
import { getComposedConfigStore } from "https://deno.land/x/live@1.45.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: number,
localStorageOnly?,
) => Release