Added shared mailer package to remove circular dependencies between packages. (#63)
This commit is contained in:
committed by
GitHub
parent
d18f810c6e
commit
4c7a3354b9
3
packages/mailers/shared/src/index.ts
Normal file
3
packages/mailers/shared/src/index.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export * from './schema/mailer.schema';
|
||||
export * from './schema/smtp-config.schema';
|
||||
export * from './mailer';
|
||||
Reference in New Issue
Block a user