mirror of
https://github.com/withastro/astro.git
synced 2025-01-20 22:12:38 -05:00
[ci] format
This commit is contained in:
parent
17e048de0e
commit
2c437ff99c
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