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 ematipico committed Aug 21, 2023
1 parent 2ae9d37 commit bae5e46
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 @@ -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;

Expand Down

0 comments on commit bae5e46

Please sign in to comment.