Skip to content

Commit

Permalink
Added syntax highlighting in code card
Browse files Browse the repository at this point in the history
  • Loading branch information
Joyosmit committed Jun 2, 2024
1 parent f74056e commit b291ef9
Show file tree
Hide file tree
Showing 8 changed files with 579 additions and 5 deletions.
300 changes: 300 additions & 0 deletions backend/package-lock.json

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,8 @@
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"zod": "^3.23.8"
},
"devDependencies": {
"nodemon": "^3.1.2"
}
}
2 changes: 2 additions & 0 deletions backend/src/helpers/mail/sendWelcomeMail.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// import nodemailer from "nodemailer";
// @ts-ignore
import nodemailer from "nodemailer";

export const sendWelcomeEmail = async (email: string, username: string) => {
Expand Down
Loading

0 comments on commit b291ef9

Please sign in to comment.