Files
2026-07-12 15:11:38 +02:00

7 lines
161 B
JavaScript
Executable File

#!/usr/bin/env node
/*!
* Copyright (C) Microsoft Corporation. All rights reserved.
*/
import { boot } from './Cli.js';
boot();
//# sourceMappingURL=Bin.js.map