Nic FitzGerald

Results 4 comments of Nic FitzGerald

`"gatsby": "^4.24.4"` `"gatsby-plugin-theme-ui": "^0.15.1"` `"theme-ui": "^0.15.1"` I am also getting this error. I have tried it inside my Gatsby theme, as well as at the site level. I have also...

@hasparus - ``` yarn workspace v1.22.19 yarn run v1.22.19 yarn workspace v1.22.19 yarn run v1.22.19 $ gatsby develop success compile gatsby files - 0.626s success load gatsby config - 0.012s...

Could the option be set using a library like [Viper](https://github.com/spf13/viper)? It has the option to set and read from environment variables or a configuration file.

I threw together a quick example of using a centralized config/database path [here](https://github.com/nicfitzgerald/pjs/tree/feat_config). I used $XDG guidelines per [this](https://github.com/bashbunni/pjs/issues/30#issuecomment-1410092450) comment.