#!/usr/bin/env bun /** * machines-serve — standalone HTTP control-plane API for the machine registry. * * Usage: machines-serve [--port 8080] [--host 0.0.0.0] * Env: PORT, HOST, HASNA_MACHINES_DATABASE_URL (set -> postgresql backend), * HASNA_MACHINES_API_SIGNING_KEY (or API_KEY_SIGNING_SECRET). */ export {};