Skip to content

Commit

Permalink
style: new line
Browse files Browse the repository at this point in the history
  • Loading branch information
log101 committed Feb 22, 2024
1 parent fa696a9 commit f5c2dd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/integrations/node/src/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ const createPreviewServer: CreatePreviewServer = async function (preview) {
const host = preview.host ?? 'localhost';
const port = preview.port ?? 4321;
const server = createServer(ssrHandler, host, port);

// If user specified custom headers append listener
// to the server to add those headers to the response
if (preview.headers) {
Expand Down

0 comments on commit f5c2dd7

Please sign in to comment.