feat: created the mailer module with postmark
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
"graphql-subscriptions": "^2.0.0",
|
||||
"io-ts": "^2.2.16",
|
||||
"ioredis": "^5.2.4",
|
||||
"postmark": "^3.0.15",
|
||||
"prisma": "^4.7.1",
|
||||
"reflect-metadata": "^0.1.13",
|
||||
"rimraf": "^3.0.2",
|
||||
@@ -73,7 +74,9 @@
|
||||
"json",
|
||||
"ts"
|
||||
],
|
||||
"setupFilesAfterEnv": ["@relmify/jest-fp-ts"],
|
||||
"setupFilesAfterEnv": [
|
||||
"@relmify/jest-fp-ts"
|
||||
],
|
||||
"moduleNameMapper": {
|
||||
"^src/(.*)$": "<rootDir>/$1"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user