mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 04:27:21 +00:00
finalize initial app resources/drivers
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
export type { ICacheDriver } from "./cache";
|
||||
export { cacheMemory } from "./cache/in-memory";
|
||||
export { memoryCache } from "./cache/in-memory";
|
||||
|
||||
export type { IEmailDriver } from "./email";
|
||||
export { resendEmail } from "./email/resend";
|
||||
export { sesEmail } from "./email/ses";
|
||||
export { mailchannelsEmail } from "./email/mailchannels";
|
||||
|
||||
Reference in New Issue
Block a user