summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Florian Lefebvre <florian-lefebvre@users.noreply.github.com> 2024-05-06 15:36:13 +0000
committerGravatar astrobot-houston <fred+astrobot@astro.build> 2024-05-06 15:36:13 +0000
commit23fb790f40fa642392092489c79da4fc372c1182 (patch)
tree8f7ca18f48b6f3108c830728bd34813a3977312a
parent2978287f92dbd135f5c3efc6a037ea1756064d35 (diff)
downloadastro-23fb790f40fa642392092489c79da4fc372c1182.tar.gz
astro-23fb790f40fa642392092489c79da4fc372c1182.tar.zst
astro-23fb790f40fa642392092489c79da4fc372c1182.zip
[ci] format
-rw-r--r--packages/astro/src/core/sync/index.ts8
1 files changed, 7 insertions, 1 deletions
diff --git a/packages/astro/src/core/sync/index.ts b/packages/astro/src/core/sync/index.ts
index b5cfc945b..0b4bd1af4 100644
--- a/packages/astro/src/core/sync/index.ts
+++ b/packages/astro/src/core/sync/index.ts
@@ -17,7 +17,13 @@ import { createNodeLogger } from '../config/logging.js';
import { createSettings } from '../config/settings.js';
import { createVite } from '../create-vite.js';
import { collectErrorMetadata } from '../errors/dev/utils.js';
-import { AstroError, AstroErrorData, AstroUserError, createSafeError, isAstroError } from '../errors/index.js';
+import {
+ AstroError,
+ AstroErrorData,
+ AstroUserError,
+ createSafeError,
+ isAstroError,
+} from '../errors/index.js';
import type { Logger } from '../logger/core.js';
import { formatErrorMessage } from '../messages.js';
import { ensureProcessNodeEnv } from '../util.js';