@niledatabase/server 2.3.0-alpha.3 → 2.3.0-alpha.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -790,7 +790,7 @@ var Config = /*#__PURE__*/function () {
790
790
  this.debug = Boolean(_config == null ? void 0 : _config.debug);
791
791
  this._userId = _config == null ? void 0 : _config.userId;
792
792
  var _basePath = getBasePath(_envVarConfig);
793
- var _ref4 = (_config$db2 = _config.db) != null ? _config$db2 : {},
793
+ var _ref4 = (_config$db2 = _config == null ? void 0 : _config.db) != null ? _config$db2 : {},
794
794
  _host = _ref4.host,
795
795
  _port = _ref4.port,
796
796
  _dbConfig = _objectWithoutPropertiesLoose(_ref4, _excluded2);