We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fb4432 commit 16c6905Copy full SHA for 16c6905
packages/core/src/server/server.ts
@@ -3,7 +3,8 @@ import http, { Server } from 'http';
3
import portFinder from 'portfinder';
4
import { launchIDE } from 'launch-ide';
5
import { DefaultPort } from '../shared/constant';
6
-import { getIP, PathType, type CodeOptions, type RecordInfo } from '../shared';
+import { getIP } from '../shared';
7
+import type { PathType, CodeOptions, RecordInfo } from '../shared';
8
import { execSync } from 'child_process';
9
import path from 'path';
10
import chalk from 'chalk';
0 commit comments