set msw to quiet in storybook

This commit is contained in:
Gauthier Roebroeck 2025-10-03 14:28:29 +08:00
parent 10bea3f10d
commit f93998e1c0

View file

@ -19,6 +19,7 @@ import { PiniaColadaDelay } from '@pinia/colada-plugin-delay'
initialize(
{
onUnhandledRequest: 'bypass',
quiet: true,
},
handlers,
)