mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-09-27 21:56:42 +08:00
Add VITE_ELEGANT_ROUTER to env.d.ts
Whether to build with ElegantVueRouter
This commit is contained in:
parent
531432d5ff
commit
8545c4f436
2
src/typings/env.d.ts
vendored
2
src/typings/env.d.ts
vendored
@ -103,6 +103,8 @@ declare namespace Env {
|
|||||||
readonly VITE_ICONIFY_URL?: string;
|
readonly VITE_ICONIFY_URL?: string;
|
||||||
/** Used to differentiate storage across different domains */
|
/** Used to differentiate storage across different domains */
|
||||||
readonly VITE_STORAGE_PREFIX?: string;
|
readonly VITE_STORAGE_PREFIX?: string;
|
||||||
|
/** Whether to build with ElegantVueRouter */
|
||||||
|
readonly VITE_ELEGANT_ROUTER?: CommonType.YesOrNo;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user