UNPKG

fast-deployment

Version:

A lightweight Node.js package for rapid deployment of Vue.js, Next.js, and Nuxt.js applications

8 lines (7 loc) 289 B
import { DeploymentConfig } from './config'; /** * Builds the application based on its type * @param config The deployment configuration * @returns A promise that resolves when the build is complete */ export declare function buildApplication(config: DeploymentConfig): Promise<void>;