@lxdhub/dbsync
Version:
Display, search and copy LXD-images using a web interface.
14 lines • 356 B
JavaScript
;
/**
* @name
* @lxdhub/dbsync
*
* @description
* This module provides the functionality
* to synchronize the LXDHub database with the
* data of LXD remote APIs
*/
Object.defineProperty(exports, "__esModule", { value: true });
var main_1 = require("./main");
exports.LXDHubDbSync = main_1.LXDHubDbSync;
//# sourceMappingURL=index.js.map