0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-10 23:01:26 -05:00

[ci] format

This commit is contained in:
Josh Kennedy 2025-02-12 11:15:34 +00:00 committed by astrobot-houston
parent fb3884074f
commit bda8c2a5f6

View file

@ -175,7 +175,7 @@ class AstroBuilder {
this.validateConfig();
this.logger.info('build', `output: ${blue('"' + this.settings.config.output + '"')}`);
this.logger.info('build', `mode: ${blue('"' + (this.settings.buildOutput) + '"')}`);
this.logger.info('build', `mode: ${blue('"' + this.settings.buildOutput + '"')}`);
this.logger.info('build', `directory: ${blue(fileURLToPath(this.settings.config.outDir))}`);
if (this.settings.adapter) {
this.logger.info('build', `adapter: ${green(this.settings.adapter.name)}`);