wip: 临时提交
This commit is contained in:
5
src/types/env.d.ts
vendored
5
src/types/env.d.ts
vendored
@@ -12,6 +12,11 @@ interface ImportMetaEnv {
|
||||
* API 服务器的 URL
|
||||
*/
|
||||
VITE_APP_API_URL: string;
|
||||
|
||||
/**
|
||||
* WebSocket 端点
|
||||
*/
|
||||
VITE_APP_WS_ENDPOINT: string;
|
||||
}
|
||||
|
||||
interface ImportMeta {
|
||||
|
||||
Reference in New Issue
Block a user