Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 944 Bytes

File metadata and controls

16 lines (13 loc) · 944 Bytes

# HostingV1NodeJsCreateFromArchiveRequest

Properties

Name Type Description Notes
archive string Project archive file (.zip, .tar.gz, or .tgz), maximum 50MB
nodeVersion int Node.js version override (auto-detected from package.json if omitted)
appType string Node.js application type override
rootDirectory string Application root directory override (where package.json is located) relative to public_html
outputDirectory string Build output directory override relative to the root directory
buildScript string Build script override
entryFile string Main entry point file override
packageManager string Package manager override

[Back to Model list] [Back to API list] [Back to README]