Merge pull request #15 from Start9Labs/chore/side-something

chore: Expose the sub
This commit is contained in:
J M
2023-01-13 15:20:58 -07:00
committed by GitHub

View File

@@ -1,4 +1,4 @@
export { properties } from "./properties.ts";
export { setConfig } from "./setConfig.ts";
export { getConfig } from "./getConfig.ts";
export { getConfig, getConfigAndMatcher } from "./getConfig.ts";
export * as migrations from "./migrations.ts";