Skip to content

Commit 6ee9e28

Browse files
committed
Fix export
1 parent a5bb3e2 commit 6ee9e28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export {hooks as PluginHook} from '@oclif/plugin-plugins'
3333
export {AppSensitiveMetadataHook, AppInitHook, AppPublicMetadataHook} from '@shopify/app'
3434
export {push, pull, fetchStoreThemes} from '@shopify/theme'
3535

36-
export const HydrogenInitHook = HydrogenHooks.init
36+
export const HydrogenInitHook: unknown = HydrogenHooks.init
3737

3838
// Setup global support for environment variable based proxy configuration.
3939
createGlobalProxyAgent({

0 commit comments

Comments
 (0)