From d5699be8617d9da62d6edf64b9b0c95efe41cbd6 Mon Sep 17 00:00:00 2001 From: kobezzza Date: Mon, 15 Jan 2024 16:15:59 +0300 Subject: [PATCH] chore: :art: --- src/core/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/index.ts b/src/core/index.ts index cca23ea49c..a14407ed28 100644 --- a/src/core/index.ts +++ b/src/core/index.ts @@ -15,6 +15,7 @@ import createInitAppSemaphore from 'core/init/semaphore'; export { initApp, createInitAppSemaphore }; //#unless runtime has storybook + if (SSR) { process.on('unhandledRejection', stderr);