feat: init
This commit is contained in:
14
node_modules/@nuxt/cli/dist/index.d.mts
generated
vendored
Normal file
14
node_modules/@nuxt/cli/dist/index.d.mts
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
import { CommandDef } from "citty";
|
||||
|
||||
//#region src/main.d.ts
|
||||
declare const main: CommandDef<any>;
|
||||
//#endregion
|
||||
//#region src/run.d.ts
|
||||
declare function runMain(): Promise<void>;
|
||||
declare function runCommand(name: string, argv?: string[], data?: {
|
||||
overrides?: Record<string, any>;
|
||||
}): Promise<{
|
||||
result: unknown;
|
||||
}>;
|
||||
//#endregion
|
||||
export { main, runCommand, runMain };
|
||||
Reference in New Issue
Block a user