Skip to content

Commit

Permalink
style(start): prefer node: prefixed imports (#1856)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanCassiere authored Jun 29, 2024
1 parent f419ae4 commit c506bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/start/src/server/transformStreamWithRouter.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Transform } from 'stream'
import { Transform } from 'node:stream'
import type { AnyRouter } from '@tanstack/react-router'

export function transformStreamWithRouter(router: AnyRouter) {
Expand Down

0 comments on commit c506bbd

Please sign in to comment.