tada: Initial commit
This commit is contained in:
parent
19300b5352
commit
3529e9e4ee
32 changed files with 6714 additions and 1 deletions
5
packages/backend/src/utils/index.js
Normal file
5
packages/backend/src/utils/index.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
import mailer from "./email";
|
||||
import logger from "./log";
|
||||
|
||||
export const email = mailer;
|
||||
export const log = logger;
|
Loading…
Add table
Add a link
Reference in a new issue