Skip to content

Commit a42d513

Browse files
committed
fix regression
1 parent f712640 commit a42d513

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/astro/src/vite-plugin-astro-server/pipeline.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import type {
1111
SSRManifest,
1212
} from '../@types/astro.js';
1313
import { getInfoOutput } from '../cli/info/index.js';
14-
import type { HeadElements, type TryRewriteResult } from '../core/base-pipeline.js';
14+
import type { HeadElements, TryRewriteResult } from '../core/base-pipeline.js';
1515
import { ASTRO_VERSION } from '../core/constants.js';
1616
import { enhanceViteSSRError } from '../core/errors/dev/index.js';
1717
import { AggregateError, CSSError, MarkdownError } from '../core/errors/index.js';

0 commit comments

Comments
 (0)