We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8b035d2 + ff9607c commit 5ca35c4Copy full SHA for 5ca35c4
2 files changed
.changeset/clean-actors-jam.md
@@ -0,0 +1,5 @@
1
+---
2
+"@solidjs/start": patch
3
4
+
5
+import DevEnvironment and Rollup as type from vite
packages/start/src/config/vite-utils.ts
@@ -1,4 +1,4 @@
-import { DevEnvironment, Rollup } from "vite";
+import type { DevEnvironment, Rollup } from "vite";
import fs from "node:fs";
import path from "node:path";
0 commit comments