|
@@ -9,6 +9,7 @@ declare module '*.vue' {
|
|
|
|
|
|
interface ImportMetaEnv {
|
|
interface ImportMetaEnv {
|
|
readonly VITE_BASE_API: string;
|
|
readonly VITE_BASE_API: string;
|
|
|
|
+ readonly VITE_IMG_API: string;
|
|
readonly VITE_TEMP_TOKEN: string;
|
|
readonly VITE_TEMP_TOKEN: string;
|
|
}
|
|
}
|
|
|
|
|