fix(types): The environment variable VITE_ICON_LOCAL_PREFIX has the wrong type.
This commit is contained in:
parent
7c3dac4212
commit
da149e5bbd
2
src/typings/vite-env.d.ts
vendored
2
src/typings/vite-env.d.ts
vendored
@ -25,7 +25,7 @@ declare namespace Env {
|
|||||||
*
|
*
|
||||||
* This prefix is start with the icon prefix
|
* 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 */
|
/** backend service base url */
|
||||||
readonly VITE_SERVICE_BASE_URL: string;
|
readonly VITE_SERVICE_BASE_URL: string;
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user