소스 검색

chore(types): 添加“图片地址”环境变量类型

wangcong 1 개월 전
부모
커밋
519ece83f7
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/types/env.d.ts

+ 1 - 0
src/types/env.d.ts

@@ -2,6 +2,7 @@
 
 interface ImportMetaEnv {
   readonly VITE_BASE_API: string;
+  readonly VITE_IMG_API: string;
   readonly VITE_VIEW_URL: string;
   readonly VITE_TEMP_TOKEN: string;
 }