Skip to main content
Go to Latest
variable setConfig
import { setConfig } from "https://deno.land/x/embassyd_sdk@v0.3.1.1.4/compat/mod.ts";

Will set the config to the default start9/config.yaml Assumption: start9/config.yaml is the location of the configuration

type

(
effects: Effects,
newConfig: Config,
dependsOn?: DependsOn,
) => unknown