From 9ecf1510d6a9dab8a6d61302587eb64f69dd6838 Mon Sep 17 00:00:00 2001 From: Harminder Virk Date: Tue, 17 Oct 2023 16:08:16 +0530 Subject: [PATCH] fix: export hash drivers helper --- modules/hash/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'