Skip to content

Commit

Permalink
chore: fix type import
Browse files Browse the repository at this point in the history
  • Loading branch information
DerYeger committed Jan 27, 2022
1 parent c29f993 commit 90555d3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/vite-node/src/server.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import type { TransformResult, ViteDevServer } from 'vite'
import type { FetchResult } from '..'
import { shouldExternalize } from './externalize'
import type { ViteNodeResolveId, ViteNodeServerOptions } from './types'
import type {
FetchResult, ViteNodeResolveId,
ViteNodeServerOptions,
} from './types'
import { toFilePath, withInlineSourcemap } from './utils'

export * from './externalize'
Expand Down

0 comments on commit 90555d3

Please sign in to comment.