1
0
mirror of https://github.com/oven-sh/setup-bun.git synced 2025-04-14 23:32:56 +08:00
2023-02-22 17:47:24 -08:00

6 lines
221 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, { '--scriptMode': true });
//# sourceMappingURL=bin-script.js.map