From d5575574cadeee0d09871beba91b0c8880b91d91 Mon Sep 17 00:00:00 2001 From: bluwy Date: Mon, 6 Nov 2023 15:15:47 +0000 Subject: [PATCH] [ci] format --- packages/astro/src/core/preview/vite-plugin-astro-preview.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/astro/src/core/preview/vite-plugin-astro-preview.ts b/packages/astro/src/core/preview/vite-plugin-astro-preview.ts index b5bac4ed48bac..9faabe29b21ec 100644 --- a/packages/astro/src/core/preview/vite-plugin-astro-preview.ts +++ b/packages/astro/src/core/preview/vite-plugin-astro-preview.ts @@ -1,7 +1,7 @@ import fs from 'node:fs'; import { fileURLToPath } from 'node:url'; +import type { Connect, Plugin } from 'vite'; import { version } from 'vite'; -import type { Plugin, Connect } from 'vite'; import type { AstroSettings } from '../../@types/astro.js'; import { notFoundTemplate, subpathNotUsedTemplate } from '../../template/4xx.js'; import { stripBase } from './util.js';