Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
natemoo-re authored and astrobot-houston committed Aug 17, 2023
1 parent 1f6497c commit c7de971
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/astro/src/core/dev/container.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit c7de971

Please sign in to comment.