interface ImportMeta { env: { BASE_URL: string; DEV: boolean; MODE: string; PROD: boolean; VITE_PACKAGE_NAME: string; VITE_PACKAGE_VERSION: string; }; }