style: auto-format code via Prettier [skip ci]
This commit is contained in:
@@ -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.');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user