[ci] format

This commit is contained in:
matthewp 2023-01-03 14:00:46 +00:00 committed by fredkbot
parent fe316be86f
commit 19be918c59

View file

@ -163,8 +163,8 @@ function buildManifest(
for (const pageData of eachServerPageData(internals)) {
const scripts: SerializedRouteInfo['scripts'] = [];
if (pageData.hoistedScript) {
const hoistedValue = pageData.hoistedScript.value
const value = hoistedValue.endsWith('.js') ? joinBase(hoistedValue) : hoistedValue
const hoistedValue = pageData.hoistedScript.value;
const value = hoistedValue.endsWith('.js') ? joinBase(hoistedValue) : hoistedValue;
scripts.unshift(
Object.assign({}, pageData.hoistedScript, {
value,