shopify
Version:
A CLI tool to build for the Shopify platform
29 lines (26 loc) • 543 B
JavaScript
import {
asyncTasks
} from "./chunk-SBU6S5G7.js";
import {
base_command_default
} from "./chunk-BXBJI6XD.js";
import {
init_cjs_shims
} from "./chunk-PKR7KJ6P.js";
// src/cli/commands/kitchen-sink/async.ts
init_cjs_shims();
var KitchenSinkAsync = class extends base_command_default {
static {
this.description = "View the UI kit components that process async tasks";
}
static {
this.hidden = !0;
}
async run() {
await asyncTasks();
}
};
export {
KitchenSinkAsync
};
//# sourceMappingURL=chunk-EG4X7G4K.js.map