Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.01 KB

File metadata and controls

15 lines (12 loc) · 1.01 KB

# HostingV1NodeJsUpdateBuildSettingsRequest

Properties

Name Type Description Notes
nodeVersion int Node.js major version
appType string Node.js application framework. Set it explicitly when auto-detection picked the wrong one.
rootDirectory string Application root directory (where package.json is located) relative to public_html. Omit it, or send ".", for public_html itself.
outputDirectory string Build output directory relative to the root directory
buildScript string The package.json script that builds the application
entryFile string The main entry point file for the application (required for express, fastify, nest, nuxt and hono app types)
packageManager string Package manager used to install dependencies

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