@reliverse/rse
Version:
@reliverse/rse is your all-in-one companion for bootstrapping and improving any kind of projects (especially web apps built with frameworks like Next.js) — whether you're kicking off something new or upgrading an existing app. It is also a little AI-power
25 lines (24 loc) • 541 B
TypeScript
interface MigrateActionOpts {
cwd: string;
config: string;
y: boolean;
}
export declare function migrateAction(opts: MigrateActionOpts): Promise<void>;
declare const _default: import("@reliverse/rempts").Command<{
cwd: {
type: "string";
description: string;
default: string;
};
config: {
type: "string";
description: string;
default: any;
};
y: {
type: "boolean";
description: string;
default: false;
};
}>;
export default _default;