[ci] format
This commit is contained in:
parent
fa8c131f88
commit
63ef130e76
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,3 @@
|
||||||
import type { SSRLoadedRenderer } from './../../../@types/astro.js';
|
|
||||||
import * as fs from 'fs';
|
import * as fs from 'fs';
|
||||||
import { getHighlighter } from 'shiki';
|
import { getHighlighter } from 'shiki';
|
||||||
import { fileURLToPath } from 'url';
|
import { fileURLToPath } from 'url';
|
||||||
|
@ -7,6 +6,7 @@ import type { ModuleLoader } from '../../module-loader/index.js';
|
||||||
import { AstroErrorData } from '../errors-data.js';
|
import { AstroErrorData } from '../errors-data.js';
|
||||||
import { AstroError, ErrorWithMetadata } from '../errors.js';
|
import { AstroError, ErrorWithMetadata } from '../errors.js';
|
||||||
import { createSafeError } from '../utils.js';
|
import { createSafeError } from '../utils.js';
|
||||||
|
import type { SSRLoadedRenderer } from './../../../@types/astro.js';
|
||||||
import { renderErrorMarkdown } from './utils.js';
|
import { renderErrorMarkdown } from './utils.js';
|
||||||
|
|
||||||
export function enhanceViteSSRError({
|
export function enhanceViteSSRError({
|
||||||
|
|
Loading…
Reference in a new issue