mirror of
https://github.com/OCEAN-xyz/datum-gateway-startos.git
synced 2025-05-12 19:20:43 +02:00
10 lines
349 B
TypeScript
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;
|