style: auto-format code via Prettier [skip ci]

This commit is contained in:
Gitea Actions
2026-02-18 10:48:03 +05:00
parent ae0bb9e04d
commit 0656ab3ae7
80 changed files with 872 additions and 401 deletions

View File

@@ -34,9 +34,7 @@ if (missingVars.length > 0) {
'\n[ecosystem.dev.config.cjs] WARNING: The following environment variables are MISSING:',
);
missingVars.forEach((key) => console.warn(` - ${key}`));
console.warn(
'[ecosystem.dev.config.cjs] These should be set in compose.dev.yml or .env.local\n',
);
console.warn('[ecosystem.dev.config.cjs] These should be set in compose.dev.yml or .env.local\n');
} else {
console.log('[ecosystem.dev.config.cjs] Required environment variables are present.');
}