feat(projects): support proxy log in terminal

This commit is contained in:
Soybean
2025-03-12 23:08:24 +08:00
parent b8112613ea
commit 4cc1487f46
5 changed files with 36 additions and 4 deletions

View File

@ -106,6 +106,8 @@ declare namespace Env {
readonly VITE_STORAGE_PREFIX?: string;
/** Whether to automatically detect updates after configuring application packaging */
readonly VITE_AUTOMATICALLY_DETECT_UPDATE?: CommonType.YesOrNo;
/** show proxy url log in terminal */
readonly VITE_PROXY_LOG?: CommonType.YesOrNo;
}
}