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