From 4e6d38aa76682229cf43d696a190de8f2b6c4249 Mon Sep 17 00:00:00 2001 From: FredKSchott Date: Tue, 20 Jul 2021 04:40:06 +0000 Subject: [PATCH] [ci] yarn format --- packages/astro/src/compiler/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/astro/src/compiler/index.ts b/packages/astro/src/compiler/index.ts index 215a80aca..92777f82d 100644 --- a/packages/astro/src/compiler/index.ts +++ b/packages/astro/src/compiler/index.ts @@ -107,7 +107,7 @@ interface CompileComponentOptions { /** Compiles an Astro component */ export async function compileComponent(source: string, { compileOptions, filename, projectRoot }: CompileComponentOptions): Promise { const result = await transformFromSource(source, { compileOptions, filename, projectRoot }); - const { hostname, port } = compileOptions.astroConfig.devOptions + const { hostname, port } = compileOptions.astroConfig.devOptions; const site = compileOptions.astroConfig.buildOptions.site || `http://${hostname}:${port}`; // return template