From d7c8b9c18db46716b09f538974788bc0b4aed7b6 Mon Sep 17 00:00:00 2001 From: Ricky Chon Date: Tue, 16 Jul 2024 16:51:40 +0000 Subject: [PATCH] [ci] format --- packages/astro/src/core/dev/container.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/astro/src/core/dev/container.ts b/packages/astro/src/core/dev/container.ts index 9e381d76df..7403eae5b1 100644 --- a/packages/astro/src/core/dev/container.ts +++ b/packages/astro/src/core/dev/container.ts @@ -71,8 +71,7 @@ export async function createContainer({ // Open server to the correct path. We pass the `base` here as we didn't pass the // base to the initial Vite config - const open = isServerOpenURL ? serverOpen - : isServerOpenBoolean ? base : false; + const open = isServerOpenURL ? serverOpen : isServerOpenBoolean ? base : false; // The client entrypoint for renderers. Since these are imported dynamically // we need to tell Vite to preoptimize them.