kevinhongzl commented on code in PR #52257: URL: https://github.com/apache/airflow/pull/52257#discussion_r2167148856
########## airflow-core/src/airflow/ui/src/vite-env.d.ts: ########## @@ -19,6 +19,7 @@ */ /// <reference types="vite/client" /> +/// <reference types="vite/types/importMeta.d.ts" /> Review Comment: It was added to make ignoring eslint check work in `Security.tsx`. I got `error TS2339: Property 'env' does not exist on type 'ImportMeta'` with this line. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org