aboutsummaryrefslogtreecommitdiffstats
path: root/config/hash.ts
diff options
context:
space:
mode:
authorLibravatar MCMXC <16797721+mcmxcdev@users.noreply.github.com>2024-02-10 18:37:40 -0700
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2024-02-13 06:59:44 +0530
commite1c47572a6235fd8fd20af888ac3a11c7ae1369d (patch)
tree2dccff36a441916d7014037cef3f7ce84a790cad /config/hash.ts
parentrefactor: project maintenance (diff)
downloadferdium-server-e1c47572a6235fd8fd20af888ac3a11c7ae1369d.tar.gz
ferdium-server-e1c47572a6235fd8fd20af888ac3a11c7ae1369d.tar.zst
ferdium-server-e1c47572a6235fd8fd20af888ac3a11c7ae1369d.zip
updates
Diffstat (limited to 'config/hash.ts')
-rw-r--r--config/hash.ts8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/hash.ts b/config/hash.ts
index 22e38bd..38c8784 100644
--- a/config/hash.ts
+++ b/config/hash.ts
@@ -5,9 +5,9 @@
5 * file. 5 * file.
6 */ 6 */
7 7
8import env from '#start/env' 8import env from '#start/env';
9import { defineConfig } from '@adonisjs/core/hash' 9import { defineConfig } from '@adonisjs/core/hash';
10import { drivers } from '@adonisjs/core/hash' 10import { drivers } from '@adonisjs/core/hash';
11 11
12/* 12/*
13|-------------------------------------------------------------------------- 13|--------------------------------------------------------------------------
@@ -83,7 +83,7 @@ export default defineConfig({
83 driver: 'legacy', 83 driver: 'legacy',
84 }, 84 },
85 }, 85 },
86}) 86});
87 87
88declare module '@adonisjs/core/types' { 88declare module '@adonisjs/core/types' {
89 export interface HashersList extends InferHashers<typeof hashConfig> {} 89 export interface HashersList extends InferHashers<typeof hashConfig> {}