diff --git a/modules/hash/main.ts b/modules/hash/main.ts index b06637b8..264673a4 100644 --- a/modules/hash/main.ts +++ b/modules/hash/main.ts @@ -8,4 +8,4 @@ */ export * from '@adonisjs/hash' -export { defineConfig } from './define_config.js' +export { defineConfig, drivers } from './define_config.js'