From 19be918c59b783926ba72f9ef9ceef2ca960eeac Mon Sep 17 00:00:00 2001 From: matthewp Date: Tue, 3 Jan 2023 14:00:46 +0000 Subject: [PATCH] [ci] format --- packages/astro/src/core/build/vite-plugin-ssr.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/astro/src/core/build/vite-plugin-ssr.ts b/packages/astro/src/core/build/vite-plugin-ssr.ts index f35a5270a65e..9de0051fcf43 100644 --- a/packages/astro/src/core/build/vite-plugin-ssr.ts +++ b/packages/astro/src/core/build/vite-plugin-ssr.ts @@ -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,