feat: Add a builder for variants

This commit is contained in:
BluJ
2023-02-13 12:47:04 -07:00
parent b5fee62eb3
commit f245700be5
5 changed files with 45 additions and 21 deletions

2
mod.ts
View File

@@ -4,4 +4,6 @@ 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 { Backups } from "./backups.ts";