7 lines
161 B
JavaScript
Executable File
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
|