nuxi
Version:
Nuxt CLI
16 lines (15 loc) • 434 B
JavaScript
import { t as defineCommand } from "./dist-B03QHgrC.mjs";
//#region src/commands/module/index.ts
var module_default = defineCommand({
meta: {
name: "module",
description: "Manage Nuxt modules"
},
args: {},
subCommands: {
add: () => import("./add-C1fhsUXS.mjs").then((r) => r.default || r),
search: () => import("./search-Bb90r0wm.mjs").then((r) => r.default || r)
}
});
//#endregion
export { module_default as default };