summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar bluwy <bluwy@users.noreply.github.com> 2023-11-06 15:15:47 +0000
committerGravatar astrobot-houston <fred+astrobot@astro.build> 2023-11-06 15:15:47 +0000
commit4983acea8c7a1b2747ceea6a5d0b31003567d05a (patch)
tree66a692808e6a92b2f957fe4b6feb7a2728bd797a
parentc5a7993266676665cc4626cca05e6bfe80d7d229 (diff)
downloadastro-4983acea8c7a1b2747ceea6a5d0b31003567d05a.tar.gz
astro-4983acea8c7a1b2747ceea6a5d0b31003567d05a.tar.zst
astro-4983acea8c7a1b2747ceea6a5d0b31003567d05a.zip
[ci] format
-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';