Changed the test environment to load withFrontend
refs https://github.com/TryGhost/Toolbox/issues/135 - The global default should stay the same as it used to be and we can introduce an override for "withFrontend:false" on casa-by-case or area-by-area bases
This commit is contained in:
parent
03be383d8b
commit
640296f74b
@ -182,7 +182,7 @@ const startGhost = async (options) => {
|
||||
debug('Start Ghost');
|
||||
options = _.merge({
|
||||
withBackend: true,
|
||||
withFrontend: false,
|
||||
withFrontend: true,
|
||||
redirectsFile: true,
|
||||
redirectsFileExt: '.json',
|
||||
forceStart: false,
|
||||
|
Loading…
Reference in New Issue
Block a user