btch-downloader
Version:
A lightweight TypeScript/JavaScript client SDK for downloading media from social media platforms
20 lines • 640 B
JavaScript
;
/**
* Configuration data for the btch-downloader package.
* @module config
*
* @description Defines the configuration settings for the btch-downloader package, including the base URL for API requests and the URL for reporting issues.
*/
Object.defineProperty(exports, "__esModule", { value: true });
/**
* The configuration object for the btch-downloader package.
* @type {VersionConfig}
*/
const configData = {
config: {
baseUrl: 'https://backend1.tioo.eu.org',
},
issues: 'https://github.com/hostinger-bot/btch-downloader/issues',
};
exports.default = configData;
//# sourceMappingURL=site.js.map