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) 300 B
import { DeploymentConfig } from './config'; /** * Creates a tarball of the application build * @param config The deployment configuration * @returns A promise that resolves with the path to the created tarball */ export declare function createArchive(config: DeploymentConfig): Promise<string>;