1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2025-07-06 14:49:02 +02:00
RaspAP/node_modules/browser-sync/dist/cli/transforms/appendServerIndexOption.js
2018-03-09 02:03:53 +00:00

13 lines
434 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
function appendServerIndexOption(incoming) {
if (!incoming.get('server'))
return incoming;
var value = incoming.get('index');
if (value) {
return incoming.setIn(['server', 'index'], value);
}
return incoming;
}
exports.appendServerIndexOption = appendServerIndexOption;
//# sourceMappingURL=appendServerIndexOption.js.map