We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 171a0f1 commit 3842439Copy full SHA for 3842439
1 file changed
src/devtools.ts
@@ -5,7 +5,6 @@ import { logger } from '@nuxt/kit'
5
import type { Nuxt } from 'nuxt/schema'
6
import type { HubConfig, ResolvedDatabaseConfig } from '@nuxthub/core'
7
import { getPort } from 'get-port-please'
8
-import { glob } from 'tinyglobby'
9
10
let isReady = false
11
let promise: Promise<any> | null = null
0 commit comments