mirror of
https://github.com/Retropex/DeepSea-startos.git
synced 2025-05-12 13:40:41 +02:00
6 lines
222 B
TypeScript
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;
|