add docker support
This commit is contained in:
7
src/types/global.d.ts
vendored
Normal file
7
src/types/global.d.ts
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
interface Window {
|
||||
ENV?: {
|
||||
BASE_URL?: string;
|
||||
// 其他环境变量
|
||||
[key: string]: any;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user