mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 20:37:21 +00:00
init app resources
This commit is contained in:
5
app/src/core/drivers/index.ts
Normal file
5
app/src/core/drivers/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export type { ICacheDriver } from "./cache";
|
||||
export { cacheMemory } from "./cache/in-memory";
|
||||
|
||||
export type { IEmailDriver } from "./email";
|
||||
export { resendEmail } from "./email/resend";
|
||||
Reference in New Issue
Block a user