- Replaced broken .NET backend with Node.js/Express - Restored original website design with purple gradient hero - Updated homepage and shop pages with Bootstrap 5 responsive design - Disabled GitHub remote sync - all code now stored locally only - Created backup scripts and documentation - All changes saved on Ubuntu server at /var/www/SkyArtShop
14 lines
579 B
JavaScript
14 lines
579 B
JavaScript
"use strict";
|
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
};
|
|
const agent_1 = __importDefault(require("./agent"));
|
|
function createHttpsProxyAgent(opts) {
|
|
return new agent_1.default(opts);
|
|
}
|
|
(function (createHttpsProxyAgent) {
|
|
createHttpsProxyAgent.HttpsProxyAgent = agent_1.default;
|
|
createHttpsProxyAgent.prototype = agent_1.default.prototype;
|
|
})(createHttpsProxyAgent || (createHttpsProxyAgent = {}));
|
|
module.exports = createHttpsProxyAgent;
|
|
//# sourceMappingURL=index.js.map
|