evalstate's picture
download
raw
571 Bytes
#!/usr/bin/env node
import { spawn } from 'node:child_process';
import { fileURLToPath } from 'node:url';
import { dirname, join } from 'node:path';
const __filename = fileURLToPath(import.meta.url);
const __dirname = dirname(__filename);
const streamableHttpPath = join(__dirname, 'streamableHttp.js');
const args = ['--json', ...process.argv.slice(2)];
const child = spawn('node', [streamableHttpPath, ...args], {
stdio: 'inherit',
env: process.env
});
child.on('exit', (code) => {
process.exit(code || 0);
});
//# sourceMappingURL=streamableHttpJson.js.map

Xet Storage Details

Size:
571 Bytes
·
Xet hash:
ea7a5b095cd4dcff4d3f3cde3f28dc40d31799bcb09a4e770196310f18dfbb52

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.