This commit is contained in:
Carl-Gerhard Lindesvärd
2025-11-24 12:00:12 +01:00
parent 28692d82ae
commit f6ee1ac4db
3 changed files with 356 additions and 9 deletions

View File

@@ -56,7 +56,9 @@ async function migrate() {
if (!getIsSelfHosting()) {
printBoxMessage('🕒 Migrations starts in 10 seconds', []);
await new Promise((resolve) => setTimeout(resolve, 10000));
if (!getIsDry()) {
await new Promise((resolve) => setTimeout(resolve, 10000));
}
}
if (migration) {