Config directory
See original GitHub issueWith the 3.3.0 releases, it looks like --config-dir/-c is not being used anymore, but in favour SBCONFIG_CONFIG_DIR, is this likely to change once it goes out of alpha, or is it going to stay?
Issue Analytics
- State:
- Created 6 years ago
- Reactions:2
- Comments:7 (2 by maintainers)
Top Results From Across the Web
What ~/.config refers to and how to put files there?
config is a hidden folder within your home directory. Open up your file browser to your home folder, then find the option to...
Read more >What is .config folder? - Ask Ubuntu
In your home folder ( ~ , usually /home/<username> ) the .config folder has lots of config files for many programs (some use...
Read more >Config directory (confdir) - Puppet
Puppet's confdir is the main directory for the Puppet configuration. It contains configuration files and the SSL data. Location. The confdir is located...
Read more >Configuration Files in Linux | Baeldung on Linux
Most global config files are located in the /etc directory. The /etc/ directory feels more like a filesystem and has many sub-directories, each ......
Read more >\config Directory - Software AG Documentation
\config Directory. This directory contains configuration information for the package and its services, such as the properties.cnf file.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I couldn’t find this issue with googling, but I had this same issue and using the ENV var seems to fix the issue.
https://github.com/storybooks/storybook/issues/2501
I recently upgraded to
3.3.0-alpha.2and encountered errors, and found that inserver/config/utils.js, a newgetConfigDirfunction had been added, which seems to ignore the command line option.I’m not sure what other regression errors it has caused, but for me, it no longer loaded
preview-head.htmlintoiframe.html.ejs.webpack.config(.prod).jsuse the above function to get the contents of that file, but it was looking in./.storybook/preview-head.htmlwithout settingSBCONFIG_CONFIG_DIR.