refactor: print env

This commit is contained in:
Mauricio Siu
2024-10-10 22:17:19 -06:00
parent dc32cd71e5
commit 0488546706

View File

@@ -62,6 +62,7 @@ void app.prepare().then(async () => {
await sendDokployRestartNotifications();
}
console.log(process.env);
if (IS_CLOUD && process.env.NODE_ENV === "production") {
await migration();
}