0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

[ci] format

This commit is contained in:
natemoo-re 2023-08-17 21:53:48 +00:00 committed by astrobot-houston
parent 1f6497c334
commit c7de971b10

View file

@ -56,7 +56,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;