feat: init
This commit is contained in:
14
node_modules/nitropack/dist/cli/index2.mjs
generated
vendored
Normal file
14
node_modules/nitropack/dist/cli/index2.mjs
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
import { defineCommand } from 'citty';
|
||||
|
||||
const index = defineCommand({
|
||||
meta: {
|
||||
name: "task",
|
||||
description: "Operate in nitro tasks (experimental)"
|
||||
},
|
||||
subCommands: {
|
||||
list: () => import('./list.mjs').then((r) => r.default),
|
||||
run: () => import('./run.mjs').then((r) => r.default)
|
||||
}
|
||||
});
|
||||
|
||||
export { index as default };
|
||||
Reference in New Issue
Block a user