8 lines
231 B
JavaScript
8 lines
231 B
JavaScript
|
export var config = {
|
||
|
onUnhandledError: null,
|
||
|
onStoppedNotification: null,
|
||
|
Promise: undefined,
|
||
|
useDeprecatedSynchronousErrorHandling: false,
|
||
|
useDeprecatedNextContext: false,
|
||
|
};
|
||
|
//# sourceMappingURL=config.js.map
|