From a3f448c4070a5b14b62d0d50096632cb301f0792 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Fri, 3 Oct 2025 14:28:29 +0800 Subject: [PATCH] set msw to quiet in storybook --- next-ui/.storybook/preview.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/next-ui/.storybook/preview.ts b/next-ui/.storybook/preview.ts index 2957e588..7c905a43 100644 --- a/next-ui/.storybook/preview.ts +++ b/next-ui/.storybook/preview.ts @@ -19,6 +19,7 @@ import { PiniaColadaDelay } from '@pinia/colada-plugin-delay' initialize( { onUnhandledRequest: 'bypass', + quiet: true, }, handlers, )