Skip to content

Commit 9e2cca0

Browse files
committed
Update index.ts
1 parent c6b161b commit 9e2cca0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/start/src/directives/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import { fileURLToPath } from "node:url";
22
import {
33
createFilter,
4-
EnvironmentModuleGraph,
4+
type EnvironmentModuleGraph,
55
type FilterPattern,
66
normalizePath,
77
type Plugin,
8-
ViteDevServer,
8+
type ViteDevServer,
99
} from "vite";
1010
import { compile, type CompileOptions } from "./compile.ts";
1111

0 commit comments

Comments
 (0)