Add VITE_ELEGANT_ROUTER to env.d.ts

Whether to build with ElegantVueRouter
This commit is contained in:
RockerHX 2024-06-19 11:27:10 +08:00 committed by GitHub
parent 531432d5ff
commit 8545c4f436
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -103,6 +103,8 @@ declare namespace Env {
readonly VITE_ICONIFY_URL?: string;
/** Used to differentiate storage across different domains */
readonly VITE_STORAGE_PREFIX?: string;
/** Whether to build with ElegantVueRouter */
readonly VITE_ELEGANT_ROUTER?: CommonType.YesOrNo;
}
}