Skip to content

Commit

Permalink
[BUGFIX] Use correct plugin type
Browse files Browse the repository at this point in the history
  • Loading branch information
s2b committed Jul 17, 2024
1 parent 78931dd commit 011c597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -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__";
Expand Down

0 comments on commit 011c597

Please sign in to comment.