0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-10 23:01:26 -05:00

[ci] format

This commit is contained in:
Ricky Chon 2024-07-16 16:51:40 +00:00 committed by Emanuele Stoppa
parent 224110f307
commit d7c8b9c18d

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 // Open server to the correct path. We pass the `base` here as we didn't pass the
// base to the initial Vite config // base to the initial Vite config
const open = isServerOpenURL ? serverOpen const open = isServerOpenURL ? serverOpen : isServerOpenBoolean ? base : false;
: isServerOpenBoolean ? base : false;
// The client entrypoint for renderers. Since these are imported dynamically // The client entrypoint for renderers. Since these are imported dynamically
// we need to tell Vite to preoptimize them. // we need to tell Vite to preoptimize them.