Files
pikasTech-HWLAB/scripts/deploy-desired-state-plan.mjs

8 lines
214 B
JavaScript

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