UNPKG

@re-shell/cli

Version:

Full-stack development platform uniting microservices and microfrontends. Build complete applications with .NET (ASP.NET Core Web API, Minimal API), Java (Spring Boot, Quarkus, Micronaut, Vert.x), Rust (Actix-Web, Warp, Rocket, Axum), Python (FastAPI, Dja

12 lines (11 loc) 461 B
export interface PrismaConfig { dependencies: Record<string, string>; devDependencies: Record<string, string>; files: Record<string, string>; scripts: Record<string, string>; postInstallCommands: string[]; } export declare const getPrismaConfig: () => PrismaConfig; export declare const getPrismaHealthCheck: () => string; export declare const getPrismaDockerCompose: () => string; export declare const getPrismaReadmeSection: () => string;