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:
Naz 2021-11-18 12:57:29 +04:00 committed by naz
parent 03be383d8b
commit 640296f74b

View File

@ -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,