UNPKG

@cdwr/nx-fly-deployment-action

Version:

The Nx Fly Deployment Action will manage your deployments to fly.io.

9 lines (8 loc) 244 B
/** * Get the deployable projects. * * Deployable projects are the applications that are affected by the recent code changes. * * @returns List of project names */ export declare const getDeployableProjects: () => Promise<Array<string>>;