We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
createRunnableDevEnvironment
RunnableDevEnvironment
DevEnvironment
1 parent cf813cc commit 74221c3Copy full SHA for 74221c3
packages/vite/src/node/server/environments/runnableEnvironment.ts
@@ -11,7 +11,7 @@ export function createRunnableDevEnvironment(
11
name: string,
12
config: ResolvedConfig,
13
context: RunnableDevEnvironmentContext = {},
14
-): DevEnvironment {
+): RunnableDevEnvironment {
15
if (context.transport == null) {
16
context.transport = createServerHotChannel()
17
}
0 commit comments