Skip to content

Commit 5ca35c4

Browse files
authored
Merge branch 'main' into vite-8-compat
2 parents 8b035d2 + ff9607c commit 5ca35c4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/clean-actors-jam.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { DevEnvironment, Rollup } from "vite";
1+
import type { DevEnvironment, Rollup } from "vite";
22
import fs from "node:fs";
33
import path from "node:path";
44

0 commit comments

Comments
 (0)