import * as embassydSdk from "https://deno.land/x/embassyd_sdk@v0.3.4.3.0-alpha1/lib/esm/compat/mod.js";
Variables
Call with the configuration to get a standard getConfig for the expected exports Assumption: start9/config.yaml is where the config will be stored Throws: Error if there is no file Throws: Error if the config.yaml isn't yaml nor config shape | |
Call with the configuration to get a standard getConfig for the expected exports Assumption: start9/config.yaml is where the config will be stored Throws: Error if there is no file Throws: Error if the config.yaml isn't yaml nor config shape | |
Default will pull from a file (start9/stats.yaml) expected to be made on the main volume Assumption: start9/stats.yaml is created by some process Throws: stats.yaml isn't yaml | |
Will set the config to the default start9/config.yaml Assumption: start9/config.yaml is the location of the configuration |