UNPKG

sharyn

Version:

Combines all the other packages under one.

16 lines (12 loc) 483 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WDS_PATH = exports.WDS_PORT = void 0; var _env = require("@sharyn/env"); var _ENV_WDS_PORT; var DEFAULT_WDS_PORT = 8022; var WDS_PORT = _env.IS_DEV_ENV ? (_ENV_WDS_PORT = _env.WDS_PORT) !== null && _ENV_WDS_PORT !== void 0 ? _ENV_WDS_PORT : DEFAULT_WDS_PORT : null; exports.WDS_PORT = WDS_PORT; var WDS_PATH = WDS_PORT ? "http://localhost:".concat(WDS_PORT) : ''; exports.WDS_PATH = WDS_PATH;