mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-02-23 18:50:10 +08:00
6 lines
227 B
JavaScript
Executable File
6 lines
227 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, { '--transpileOnly': true });
|
|
//# sourceMappingURL=bin-transpile.js.map
|