diff --git a/compat/mod.ts b/compat/mod.ts index 7a1babc..4eae78a 100644 --- a/compat/mod.ts +++ b/compat/mod.ts @@ -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";