mirror of
https://github.com/withastro/astro.git
synced 2025-03-10 23:01:26 -05:00
[ci] format
This commit is contained in:
parent
fb3884074f
commit
bda8c2a5f6
1 changed files with 1 additions and 1 deletions
|
@ -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)}`);
|
||||
|
|
Loading…
Add table
Reference in a new issue