mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 06:35:49 +03:00
0bfbee5523
- because the cwd of `.github/dev.js` is not `ghost/core`, it doesn't pick up config.local.json files, so any configuration you set in there isn't applied - this meant that developers with HTTPS configured locally couldn't use `--stripe` because it wouldn't configure the Stripe listening URL correctly - this adds an exports to the config lib to allow passing options in, which I then utilize to pass the directory that config resides in - this should fix the aforementioned problem with HTTPS |
||
---|---|---|
.. | ||
content | ||
core | ||
test | ||
.c8rc.json | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
.npmignore | ||
config.development.json | ||
ghost.js | ||
Gruntfile.js | ||
index.js | ||
jsconfig.json | ||
loggingrc.js | ||
MigratorConfig.js | ||
package.json |