/**
 * Failed to minify the file using Terser v5.39.0. Serving the original version.
 * Original file: /npm/genaiscript@2.5.1/dist/src/index.js
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
#!/usr/bin/env node
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
import { installGlobals } from "@genaiscript/core";
import { cli } from "./cli.js";
installGlobals();
await cli();
//# sourceMappingURL=index.js.map