🎉 initiate project *astro_rewrite*
This commit is contained in:
parent
ffd4d5e86c
commit
2ba37bfbe3
8658 changed files with 2268794 additions and 2538 deletions
15
node_modules/astro/dist/cli/load-settings.d.ts
generated
vendored
Normal file
15
node_modules/astro/dist/cli/load-settings.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
import type { Arguments as Flags } from 'yargs-parser';
|
||||
import { type LogOptions } from '../core/logger/core.js';
|
||||
interface LoadSettingsOptions {
|
||||
cmd: string;
|
||||
flags: Flags;
|
||||
logging: LogOptions;
|
||||
}
|
||||
export declare function loadSettings({ cmd, flags, logging }: LoadSettingsOptions): Promise<import("../@types/astro.js").AstroSettings | undefined>;
|
||||
export declare function handleConfigError(e: any, { cmd, cwd, flags, logging }: {
|
||||
cmd: string;
|
||||
cwd?: string;
|
||||
flags?: Flags;
|
||||
logging: LogOptions;
|
||||
}): Promise<void>;
|
||||
export {};
|
||||
Loading…
Add table
Add a link
Reference in a new issue