feat: Add in the config tools, and move things around

This commit is contained in:
BluJ
2023-02-17 14:24:28 -07:00
parent 7310de048f
commit 520d6c51dd
20 changed files with 955 additions and 335 deletions

4
mod.ts
View File

@@ -4,7 +4,7 @@ export * as compat from "./compat/mod.ts";
export * as migrations from "./migrations.ts";
export * as healthUtil from "./healthUtil.ts";
export * as util from "./util.ts";
export * as C from "./config/mod.ts";
export * as config from "./config/mod.ts";
export * as configBuilder from "./config_builder/mod.ts";
export { Backups } from "./backups.ts";
export * as configTypes from "./types/config-types.ts";
export * as configTools from "./config_tools/mod.ts";