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 a5bb3e2 commit 6ee9e28Copy full SHA for 6ee9e28
packages/cli/src/index.ts
@@ -33,7 +33,7 @@ export {hooks as PluginHook} from '@oclif/plugin-plugins'
33
export {AppSensitiveMetadataHook, AppInitHook, AppPublicMetadataHook} from '@shopify/app'
34
export {push, pull, fetchStoreThemes} from '@shopify/theme'
35
36
-export const HydrogenInitHook = HydrogenHooks.init
+export const HydrogenInitHook: unknown = HydrogenHooks.init
37
38
// Setup global support for environment variable based proxy configuration.
39
createGlobalProxyAgent({
0 commit comments