mirror of
https://github.com/withastro/astro.git
synced 2025-03-10 23:01:26 -05:00
[ci] format
This commit is contained in:
parent
224110f307
commit
d7c8b9c18d
1 changed files with 1 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue