fix: added sender retry and handled fail

This commit is contained in:
Riccardo
2023-12-16 08:56:20 +01:00
parent ac6b227870
commit bcc64eaef6
8 changed files with 199 additions and 138 deletions

View File

@@ -23,5 +23,5 @@
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"exclude": ["node_modules", ".next"]
"exclude": ["node_modules", ".next", ".vercel"]
}