Skip to main content
Go to Latest
type alias types.ExpectedExports.setConfig
import { type types } from "https://deno.land/x/embassyd_sdk@v0.3.1.1.4/mod.ts";
const { setConfig } = types.ExpectedExports;

Set configuration is called after we have modified and saved the configuration in the embassy ui. Use this to make a file for the docker to read from for configuration.

definition: (effects: Effects, input: Config) => Promise<ResultType<SetResult>>