版博士V2.0程序
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

config.js 330 B

1234567891011
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. exports.config = void 0;
  4. exports.config = {
  5. onUnhandledError: null,
  6. onStoppedNotification: null,
  7. Promise: undefined,
  8. useDeprecatedSynchronousErrorHandling: false,
  9. useDeprecatedNextContext: false,
  10. };
  11. //# sourceMappingURL=config.js.map