Skip to content

Commit

Permalink
Merge pull request #929 from ember-fastboot/fix-stringify
Browse files Browse the repository at this point in the history
fix json stringify in fastboot-config
  • Loading branch information
mansona committed Nov 14, 2023
2 parents 414d37f + 4605b53 commit 41a5c87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ module.exports = class FastBootConfig extends Plugin {
config: this.fastbootConfig,
appName: this.appName,
}
}, null, 2);
}, { space: 2 });
}

normalizeHostWhitelist() {
Expand Down

0 comments on commit 41a5c87

Please sign in to comment.