From 5d05e9c2c600d7bf0e4fac608bc44d54d6a2884c Mon Sep 17 00:00:00 2001 From: Octavia Squidington III <90398440+octavia-squidington-iii@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:05:36 +0000 Subject: [PATCH] fix: typo in webapp build script (#15103) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Przemysław Dąbek <373530+szemek@users.noreply.github.com> Co-authored-by: Joey Marshment-Howell --- airbyte-webapp/packages/vite-plugins/environment-variables.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airbyte-webapp/packages/vite-plugins/environment-variables.ts b/airbyte-webapp/packages/vite-plugins/environment-variables.ts index 0479827c23..2eeb6753c2 100644 --- a/airbyte-webapp/packages/vite-plugins/environment-variables.ts +++ b/airbyte-webapp/packages/vite-plugins/environment-variables.ts @@ -72,7 +72,7 @@ export function environmentVariables(): Plugin { return { define: { ...processEnv, - // This lets us set the verison in a meta tag in index.html + // This lets us set the version in a meta tag in index.html "import.meta.env.VERSION": version, }, };