We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21c71cf commit 035cffbCopy full SHA for 035cffb
.storybook/preview.tsx
@@ -13,7 +13,11 @@ global.FOLDER_ID = global.FOLDER_ID || '69083462919';
13
// NOTE: The token used is a readonly token accessing public data in a demo enterprise. DO NOT PUT A WRITE TOKEN
14
global.TOKEN = global.TOKEN || 'P1n3ID8nYMxHRWvenDatQ9k6JKzWzYrz';
15
16
-initialize();
+initialize({
17
+ serviceWorker: {
18
+ url: './mockServiceWorker.js',
19
+ },
20
+});
21
22
const preview = {
23
parameters: {
0 commit comments