diff --git a/src/config.ts b/src/config.ts index 926fa082..9837cb46 100644 --- a/src/config.ts +++ b/src/config.ts @@ -59,7 +59,7 @@ export const config = figue({ .loadEnv({ ...import.meta.env, // Because the string 'import.meta.env.PACKAGE_VERSION' is statically replaced during build time (see 'define' in vite.config.ts) - PACKAGE_VERSION: import.meta.env.PACKAGE_VERSION + PACKAGE_VERSION: import.meta.env.PACKAGE_VERSION, }) .validate() .getConfig();