fix(types): The environment variable VITE_ICON_LOCAL_PREFIX has the wrong type.

This commit is contained in:
chenziwen 2025-06-12 17:20:44 +08:00 committed by Soybean
parent 7c3dac4212
commit da149e5bbd

View File

@ -25,7 +25,7 @@ declare namespace Env {
*
* This prefix is start with the icon prefix
*/
readonly VITE_ICON_LOCAL_PREFIX: 'local-icon';
readonly VITE_ICON_LOCAL_PREFIX: 'icon-local';
/** backend service base url */
readonly VITE_SERVICE_BASE_URL: string;
/**