UNPKG

fast-deployment

Version:

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

6 lines (5 loc) 190 B
/** * Main deployment function that orchestrates the entire process * @returns A promise that resolves when the deployment is complete */ export declare function deploy(): Promise<void>;