增加环境变量VITE_OUT_URL
This commit is contained in:
Vendored
+2
@@ -155,6 +155,7 @@ export interface GlobConfig {
|
||||
// Project abbreviation
|
||||
shortName: string;
|
||||
vitePlatform?: string;
|
||||
viteOutUrl?: string;
|
||||
}
|
||||
export interface GlobEnvConfig {
|
||||
// Site title
|
||||
@@ -180,4 +181,5 @@ export interface GlobEnvConfig {
|
||||
VITE_GLOB_ONLINE_VIEW_URL?: string;
|
||||
VITE_GLOB_ST_DOMAIN_URL?: string;
|
||||
VITE_PLATFORM?: string;
|
||||
VITE_OUT_URL?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user