[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);
|
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
|
// Open server to the correct path
|
||||||
const open = shouldOpen ? base : false;
|
const open = shouldOpen ? base : false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue