🎉 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/add/index.d.ts
generated
vendored
Normal file
15
node_modules/astro/dist/cli/add/index.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
import type yargs from 'yargs-parser';
|
||||
import { type LogOptions } from '../../core/logger/core.js';
|
||||
interface AddOptions {
|
||||
logging: LogOptions;
|
||||
flags: yargs.Arguments;
|
||||
}
|
||||
interface IntegrationInfo {
|
||||
id: string;
|
||||
packageName: string;
|
||||
dependencies: [name: string, version: string][];
|
||||
type: 'integration' | 'adapter';
|
||||
}
|
||||
export declare function add(names: string[], { flags, logging }: AddOptions): Promise<void>;
|
||||
export declare function validateIntegrations(integrations: string[]): Promise<IntegrationInfo[]>;
|
||||
export {};
|
||||
Loading…
Add table
Add a link
Reference in a new issue