Skip to content

Commit 50fbcbd

Browse files
committed
updated
1 parent aeb209e commit 50fbcbd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/app.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ import authRouter from './routes/auth.routes';
1010
import userRouter from './routes/user.routes';
1111
import AppError from './utils/appError';
1212

13+
// import nodemailer from 'nodemailer';
14+
// (async function () {
15+
// const credentials = await nodemailer.createTestAccount();
16+
// console.log(credentials);
17+
// })();
18+
1319
validateEnv();
1420

1521
const prisma = new PrismaClient();

0 commit comments

Comments
 (0)