From 6c0f966ef87a09fa17f7308d0b8d2a5693433d69 Mon Sep 17 00:00:00 2001 From: matthewp Date: Wed, 16 Nov 2022 13:36:29 +0000 Subject: [PATCH] [ci] format --- packages/astro/src/core/config/settings.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/astro/src/core/config/settings.ts b/packages/astro/src/core/config/settings.ts index e598dfd6a1..96cdcbe21c 100644 --- a/packages/astro/src/core/config/settings.ts +++ b/packages/astro/src/core/config/settings.ts @@ -27,7 +27,7 @@ export function createSettings(config: AstroConfig, cwd?: string): AstroSettings const watchFiles = tsconfig?.exists ? [tsconfig.path, ...tsconfig.extendedPaths] : []; - if(cwd) { + if (cwd) { watchFiles.push(fileURLToPath(new URL('./package.json', pathToFileURL(cwd)))); }