datum-gateway-startos/scripts/procedures/setConfig.ts
2024-10-17 20:32:03 -07:00

10 lines
349 B
TypeScript

// This is where any configuration rules related to the configuration would go. These ensure that the user can only create a valid config.
//import { compat, } from "../deps.ts";
//export const setConfig = compat.setConfig;
import { compat, types as T } from "../deps.ts";
export const setConfig: T.ExpectedExports.setConfig = compat.setConfig;