We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6b161b commit 9e2cca0Copy full SHA for 9e2cca0
packages/start/src/directives/index.ts
@@ -1,11 +1,11 @@
1
import { fileURLToPath } from "node:url";
2
import {
3
createFilter,
4
- EnvironmentModuleGraph,
+ type EnvironmentModuleGraph,
5
type FilterPattern,
6
normalizePath,
7
type Plugin,
8
- ViteDevServer,
+ type ViteDevServer,
9
} from "vite";
10
import { compile, type CompileOptions } from "./compile.ts";
11
0 commit comments