@atlassian/wrm-troubleshooting
Version:
A tool that can help you with troubleshooting the configuration of webpack and Atlassian P2 project.
12 lines • 417 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.defaultTroubleshootingOptions = exports.DEFAULT_TIMEOUT = void 0;
// Default timeout (in seconds)
exports.DEFAULT_TIMEOUT = 3 * 60; // 3 minutes
exports.defaultTroubleshootingOptions = {
yes: false,
noWrm: false,
verbose: false,
timeout: exports.DEFAULT_TIMEOUT,
};
//# sourceMappingURL=troubleshootingOptions.js.map