DeepSea-startos/scripts/procedures/setConfig.ts
2025-04-25 12:43:01 +02:00

6 lines
222 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;