Skip to content

Commit 16c6905

Browse files
authored
Update server.ts
1 parent 5fb4432 commit 16c6905

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/core/src/server/server.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ import http, { Server } from 'http';
33
import portFinder from 'portfinder';
44
import { launchIDE } from 'launch-ide';
55
import { DefaultPort } from '../shared/constant';
6-
import { getIP, PathType, type CodeOptions, type RecordInfo } from '../shared';
6+
import { getIP } from '../shared';
7+
import type { PathType, CodeOptions, RecordInfo } from '../shared';
78
import { execSync } from 'child_process';
89
import path from 'path';
910
import chalk from 'chalk';

0 commit comments

Comments
 (0)