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
// main.tsimporttype{StorybookConfig}from'@storybook/nextjs'constconfig: StorybookConfig={stories: ['../src/**/*.mdx','../src/**/*.stories.@(js|jsx|ts|tsx)'],staticDirs: ['../public'],addons: ['storybook-dark-mode','@storybook/addon-links','@storybook/addon-essentials','@storybook/addon-interactions',],core: {disableTelemetry: true,},framework: {name: '@storybook/nextjs',options: {strictMode: true,},},docs: {// see below for alternativesdefaultName: 'Docs',// set to change the name of generated docs entriesautodocs: true,},// error happened at hereenv: (config: any)=>({
...config,NEXT_PUBLIC_WCS_BE_API_HOST_URL: 'https://example.com/',// fake https for chromatic deploymentNEXT_PUBLIC_QIII_SOCKET_URL: 'https://socket.example.com',}),}module.exports=config
Describe the bug
show error:
To Reproduce
No response
System
Additional context
No response
The text was updated successfully, but these errors were encountered: