mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
[ci] format
This commit is contained in:
parent
2ae9d37f0a
commit
bae5e46fbc
1 changed files with 4 additions and 1 deletions
|
@ -52,7 +52,10 @@ export async function createContainer({
|
|||
|
||||
settings = injectImageEndpoint(settings);
|
||||
|
||||
const { base, server: { host, headers, open: shouldOpen }} = settings.config;
|
||||
const {
|
||||
base,
|
||||
server: { host, headers, open: shouldOpen },
|
||||
} = settings.config;
|
||||
// Open server to the correct path
|
||||
const open = shouldOpen ? base : false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue