defold-project-build
Installation
SKILL.md
Build Defold Project via Editor HTTP API
Build and run a Defold project by sending HTTP requests to the running Defold editor.
Prerequisites
- The Defold editor must be running with the project open.
Reading the Editor Port
The editor writes its HTTP port to .internal/editor.port in the project root. Read this file to get the port number.
Windows (PowerShell):
$port = Get-Content .internal/editor.port