Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 3.56 KB

createdeploymentprojectsettings.md

File metadata and controls

22 lines (17 loc) · 3.56 KB

CreateDeploymentProjectSettings

Example Usage

import { CreateDeploymentProjectSettings } from "@vercel/sdk/models/createdeploymentop.js";

let value: CreateDeploymentProjectSettings = {};

Fields

Field Type Required Description
buildCommand string N/A
commandForIgnoringBuildStep string N/A
devCommand string N/A
framework models.CreateDeploymentFramework N/A
installCommand string N/A
outputDirectory string N/A
speedInsights models.CreateDeploymentSpeedInsights N/A
webAnalytics models.CreateDeploymentWebAnalytics N/A