botbook/node_modules/@azure/static-web-apps-cli/dist/cli/bin.js
Rodrigo Rodriguez 6ae15fe3e5 Updated.
2024-09-04 13:13:15 -03:00

6 lines
146 B
JavaScript
Executable file

#!/usr/bin/env node
import { run } from "./index.js";
const args = process.argv;
run(args);
process.title = ["swa", ...args.slice(2)].join(" ");