0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-20 22:12:38 -05:00

[ci] format

This commit is contained in:
Ricky Chon 2024-07-16 16:51:40 +00:00 committed by astrobot-houston
parent 17e048de0e
commit 2c437ff99c

View file

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