diff --git a/packages/astro/src/core/errors/index.ts b/packages/astro/src/core/errors/index.ts index 5a871ca29088..1889a72c67bd 100644 --- a/packages/astro/src/core/errors/index.ts +++ b/packages/astro/src/core/errors/index.ts @@ -11,4 +11,4 @@ export { export type { ErrorLocation, ErrorWithMetadata } from './errors.js'; export { codeFrame } from './printer.js'; export { createSafeError, positionAt } from './utils.js'; -export { errorMap } from './zod-error-map.js'; \ No newline at end of file +export { errorMap } from './zod-error-map.js';