mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-18 04:28:28 +02:00
6 lines
No EOL
215 B
JavaScript
Executable file
6 lines
No EOL
215 B
JavaScript
Executable file
#!/usr/bin/env node
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
const bin_1 = require("./bin");
|
|
(0, bin_1.main)(undefined, { '--cwdMode': true });
|
|
//# sourceMappingURL=bin-cwd.js.map
|