Skip to content

Commit

Permalink
fix: createRunnableDevEnvironment returns RunnableDevEnvironment,…
Browse files Browse the repository at this point in the history
… not `DevEnvironment` (#18673)
  • Loading branch information
sheremet-va authored Nov 15, 2024
1 parent cf813cc commit 74221c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export function createRunnableDevEnvironment(
name: string,
config: ResolvedConfig,
context: RunnableDevEnvironmentContext = {},
): DevEnvironment {
): RunnableDevEnvironment {
if (context.transport == null) {
context.transport = createServerHotChannel()
}
Expand Down

0 comments on commit 74221c3

Please sign in to comment.