UNPKG

@shopify/cli

Version:

A CLI tool to build for the Shopify platform

38 lines (35 loc) 734 B
import { asyncTasks } from "./chunk-G7LVOLJB.js"; import { prompts } from "./chunk-GTQOY34I.js"; import { staticService } from "./chunk-KY3DY3JB.js"; import { base_command_default } from "./chunk-MBL5HIUY.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-SXCTF3GA.js.map