Each Build project is configured via the build.json file in the project root. This file defines the framework, runtime, build commands, and project-level settings.
namestring(required)Project name (alphanumeric, dashes)frameworkstringautoFramework preset or auto-detectruntimestringnodeRuntime: node, python, rust, staticruntimeVersionstring20Major runtime versionbuildCommandstringautoShell command to build for productiondevCommandstringautoShell command to start dev serveroutputDirectorystringautoBuild output folder for static deployinstallCommandstringautoDependency install commandportnumber3000Dev server portenvobject{}Default environment variables