From 6edd1199108b00074506486e4ce2eb061c3e360e Mon Sep 17 00:00:00 2001 From: Birk Skyum Date: Sun, 22 Feb 2026 23:13:27 +0100 Subject: [PATCH] import DevEnvironment and Rollup as type from vite --- .changeset/clean-actors-jam.md | 5 +++++ packages/start/src/config/vite-utils.ts | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/clean-actors-jam.md diff --git a/.changeset/clean-actors-jam.md b/.changeset/clean-actors-jam.md new file mode 100644 index 000000000..43f14253f --- /dev/null +++ b/.changeset/clean-actors-jam.md @@ -0,0 +1,5 @@ +--- +"@solidjs/start": patch +--- + +import DevEnvironment and Rollup as type from vite diff --git a/packages/start/src/config/vite-utils.ts b/packages/start/src/config/vite-utils.ts index c718af9f8..16dbae154 100644 --- a/packages/start/src/config/vite-utils.ts +++ b/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";