diff --git a/src/index.ts b/src/index.ts index 7ea1c09..5ab681b 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,4 +1,4 @@ -import { createLogger, type PluginOption, type ViteDevServer } from "vite"; +import { type PluginOption, createLogger, type ViteDevServer } from "vite"; import type { IncomingMessage } from "node:http"; const originPlaceholder = "__VITE_AUTO_ORIGIN__";