UNPKG

@shopify/cli

Version:

A CLI tool to build for the Shopify platform

8 lines (7 loc) 259 B
import { Hook } from '@oclif/core'; /** * Hydrogen init hook — only loads `@shopify/cli-hydrogen` when running a hydrogen command. * This avoids the ~300ms+ import cost for non-hydrogen commands. */ declare const hook: Hook<'init'>; export default hook;