refactor(notifications): change render to renderAsync in emails

This commit is contained in:
Mauricio Siu
2024-07-19 23:56:48 -06:00
parent 18f892096b
commit 44ee326057
11 changed files with 147 additions and 126 deletions

View File

@@ -59,6 +59,7 @@ void app.prepare().then(async () => {
await migration();
await sendDokployRestartNotifications();
}
server.listen(PORT);
console.log("Server Started:", PORT);
deploymentWorker.run();