You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 23, 2024. It is now read-only.
Copy file name to clipboardexpand all lines: src/user-messages.js
+2-1
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,8 @@ const messages = {
102
102
`More than 1 Storybook UI framework dependencies detected. You can set the UI framework you want to use explicitly inside the '.dsmrc' file or make sure only 1 '@storybook/<framework>' is inside the 'package.json' file.`,
`Failed to detect the framework '${framework}' that was provided in '.dsmrc' file. Please ensure you installed Storybook for your selected UI library correctly. See https://storybook.js.org/basics/slow-start-guide/ for details.`,
105
-
inDsmInitLocationError: (inDsmLevel)=>`${inDsmLevel} 'in-dsm' must be initialized inside the 'parameters' property`
105
+
inDsmInitLocationError: (inDsmLevel)=>`${inDsmLevel} 'in-dsm' must be initialized inside the 'parameters' property`,
106
+
decoratorStarted: ()=>'The DSM Storybook integration is now running.'
0 commit comments