full site update
This commit is contained in:
3
node_modules/astro/dist/cli/info/index.d.ts
generated
vendored
3
node_modules/astro/dist/cli/info/index.d.ts
generated
vendored
@@ -1,4 +1,4 @@
|
||||
import type { AstroConfig, AstroUserConfig } from '../../@types/astro.js';
|
||||
import type { AstroConfig, AstroUserConfig } from '../../types/public/config.js';
|
||||
import { type Flags } from '../flags.js';
|
||||
interface InfoOptions {
|
||||
flags: Flags;
|
||||
@@ -8,4 +8,5 @@ export declare function getInfoOutput({ userConfig, print, }: {
|
||||
print: boolean;
|
||||
}): Promise<string>;
|
||||
export declare function printInfo({ flags }: InfoOptions): Promise<void>;
|
||||
export declare function readFromClipboard(): string;
|
||||
export {};
|
||||
|
Reference in New Issue
Block a user