UNPKG

@shopify/cli

Version:

A CLI tool to build for the Shopify platform

38 lines (35 loc) 734 B
import { prompts } from "./chunk-3P2MV54Z.js"; import { staticService } from "./chunk-4ALAOHE7.js"; import { asyncTasks } from "./chunk-UFC6XUMW.js"; import { base_command_default } from "./chunk-3TBLURBG.js"; import { init_cjs_shims } from "./chunk-PKR7KJ6P.js"; // src/cli/commands/kitchen-sink/index.ts init_cjs_shims(); var KitchenSinkAll = class extends base_command_default { static { this.description = "View all the available UI kit components"; } static { this.hiddenAliases = ["kitchen-sink all"]; } static { this.hidden = !0; } async run() { await staticService(), await prompts(), await asyncTasks(); } }; export { KitchenSinkAll }; //# sourceMappingURL=chunk-U6MH2KVY.js.map