mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-30 11:35:22 +02:00
refactor: print env
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user