From e2885df50b0c5c635341dc79b83dfab57d023ee6 Mon Sep 17 00:00:00 2001 From: natemoo-re Date: Thu, 24 Mar 2022 20:11:31 +0000 Subject: [PATCH] [ci] format --- packages/astro/src/vite-plugin-env/index.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/astro/src/vite-plugin-env/index.ts b/packages/astro/src/vite-plugin-env/index.ts index df11534ca..e602a675e 100644 --- a/packages/astro/src/vite-plugin-env/index.ts +++ b/packages/astro/src/vite-plugin-env/index.ts @@ -77,7 +77,7 @@ export default function envVitePlugin({ config: astroConfig }: EnvPluginOptions) // BUT we only want to inject private keys referenced in the file. // We overwrite this value on a per-file basis. 'import.meta.env': `({})`, - }) + }); pattern = new RegExp( // Do not allow preceding '.', but do allow preceding '...' for spread operations '(?