diff options
author | 2024-05-06 15:36:13 +0000 | |
---|---|---|
committer | 2024-05-06 15:36:13 +0000 | |
commit | 23fb790f40fa642392092489c79da4fc372c1182 (patch) | |
tree | 8f7ca18f48b6f3108c830728bd34813a3977312a | |
parent | 2978287f92dbd135f5c3efc6a037ea1756064d35 (diff) | |
download | astro-23fb790f40fa642392092489c79da4fc372c1182.tar.gz astro-23fb790f40fa642392092489c79da4fc372c1182.tar.zst astro-23fb790f40fa642392092489c79da4fc372c1182.zip |
[ci] format
-rw-r--r-- | packages/astro/src/core/sync/index.ts | 8 |
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'; |