Get Node.js build settings
hosting_getNode_jsBuildSettingsV1Retrieve stored Node.js build settings for a website to verify framework, Node version, directories, and build script after a failed build, and identify incorrect detection before updating settings.
Instructions
Returns the build settings stored for the website: framework (app_type), Node.js version,
root and output directory, build script, entry file and package manager. Stored settings
drive Git auto-deployment builds. A build started through the API uses the values sent in
that request and saves them here only when no settings exist yet.
Returns 404 until the first build or the first settings update stores them. Use this after
a failed build to check whether the framework or the entry file were detected wrong, then
fix them with the Update Node.js build settings endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Domain name | |
| username | Yes | username parameter |