Skip to content

Commit 0757153

Browse files
committed
chore: update deps
1 parent fda9cd8 commit 0757153

File tree

3 files changed

+975
-1165
lines changed

3 files changed

+975
-1165
lines changed

packages/vscode/src/composables/useDevServer.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
import type { Ref } from 'reactive-vscode'
2+
import type { Terminal } from 'vscode'
23
import type { SlidevProject } from '../projects'
34
import { basename } from 'node:path'
45
import { getPort as getPortPlease } from 'get-port-please'
56
import { toRef } from 'reactive-vscode'
6-
import { env, type Terminal } from 'vscode'
7+
import { env } from 'vscode'
78
import { devCommand } from '../configs'
89
import { useServerTerminal } from '../views/serverTerminal'
910
import { useServerDetector } from './useServerDetector'

0 commit comments

Comments
 (0)