@shopify/cli
Version:
A CLI tool to build for the Shopify platform
29 lines (26 loc) • 526 B
JavaScript
import {
prompts
} from "./chunk-3P2MV54Z.js";
import {
base_command_default
} from "./chunk-3TBLURBG.js";
import {
init_cjs_shims
} from "./chunk-PKR7KJ6P.js";
// src/cli/commands/kitchen-sink/prompts.ts
init_cjs_shims();
var KitchenSinkPrompts = class extends base_command_default {
static {
this.description = "View the UI kit components prompts";
}
static {
this.hidden = !0;
}
async run() {
await prompts();
}
};
export {
KitchenSinkPrompts
};
//# sourceMappingURL=chunk-BRKBA6ON.js.map