summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/astro/src/core/preview/vite-plugin-astro-preview.ts2
1 files changed, 1 insertions, 1 deletions
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 b5bac4ed4..9faabe29b 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';