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