andrade-soulseek-downloader
Version:
Simple, safe Soulseek download library with built-in rate limiting to prevent bans
13 lines • 443 B
JavaScript
;
/**
* Interactive Soulseek-only CLI entry point.
* Run with: npm run soulseek
*/
Object.defineProperty(exports, "__esModule", { value: true });
const interactive_soulseek_1 = require("./presentation/cli/interactive-soulseek");
(0, interactive_soulseek_1.runInteractiveSoulseek)().catch((error) => {
console.error('Fatal error:', error);
process.exit(1);
});
//# sourceMappingURL=cli-soulseek.js.map