[ci] format

This commit is contained in:
bholmesdev 2023-01-04 23:38:20 +00:00 committed by fredkbot
parent fa8c131f88
commit 63ef130e76

View file

@ -1,4 +1,3 @@
import type { SSRLoadedRenderer } from './../../../@types/astro.js';
import * as fs from 'fs';
import { getHighlighter } from 'shiki';
import { fileURLToPath } from 'url';
@ -7,6 +6,7 @@ import type { ModuleLoader } from '../../module-loader/index.js';
import { AstroErrorData } from '../errors-data.js';
import { AstroError, ErrorWithMetadata } from '../errors.js';
import { createSafeError } from '../utils.js';
import type { SSRLoadedRenderer } from './../../../@types/astro.js';
import { renderErrorMarkdown } from './utils.js';
export function enhanceViteSSRError({