#!/usr/bin/env bun import { runDeployDesiredStatePlanCli, writeDeployDesiredStatePlanError } from "./src/deploy-desired-state-plan.mjs"; runDeployDesiredStatePlanCli().catch(writeDeployDesiredStatePlanError);