mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-03 08:36:01 +00:00
init app resources
This commit is contained in:
@@ -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