Skip to content
This repository was archived by the owner on Apr 6, 2023. It is now read-only.

Commit 6d0c491

Browse files
committed
style: split out type imports
1 parent 23307cd commit 6d0c491

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/vite/src/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { IncomingMessage, ServerResponse } from 'node:http'
1+
import type { IncomingMessage, ServerResponse } from 'node:http'
22
import { join, relative, resolve } from 'pathe'
33
import * as vite from 'vite'
44
import vuePlugin from '@vitejs/plugin-vue'

0 commit comments

Comments
 (0)