Skip to content

Commit f80b916

Browse files
committed
ADD documentation about environment variables
1 parent a09339e commit f80b916

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.vscode/settings.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
{
2-
"deepscan.enable": true
2+
"deepscan.enable": true,
3+
"cSpell.words": [
4+
"hichroma",
5+
"opensource",
6+
"rebased"
7+
]
38
}

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@ These options are not required, this CLI is 0-config if you have a `build-storyb
8686
--debug Output more debugging information
8787
```
8888

89+
### Environment variables
90+
91+
This package will load any variables from a `.env` file if present
92+
8993
## Contributing
9094

9195
Because of the nature of this package: it being a connector between storybook and a web service, you may need an app_code to test this locally. Just send us a message at opensource@hichroma.com or sign up for an account!

0 commit comments

Comments
 (0)