We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 957517e commit bc8c85bCopy full SHA for bc8c85b
packages/server/lib/cloud/cy-prompt/CyPromptLifecycleManager.ts
@@ -12,7 +12,7 @@ import { readFile } from 'fs-extra'
12
import { ensureCyPromptBundle } from './ensure_cy_prompt_bundle'
13
import chokidar from 'chokidar'
14
import { getCloudMetadata } from '../get_cloud_metadata'
15
-import { CyPromptAuthenticatedUserShape } from '@packages/types'
+import type { CyPromptAuthenticatedUserShape } from '@packages/types'
16
17
const debug = Debug('cypress:server:cy-prompt-lifecycle-manager')
18
0 commit comments