mirror of
https://github.com/Chanzhaoyu/chatgpt-web.git
synced 2025-08-05 13:55:42 +00:00
feat: 添加后端接口
This commit is contained in:
4
src/typings/env.d.ts
vendored
Normal file
4
src/typings/env.d.ts
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
interface ImportMetaEnv {
|
||||
/** api url */
|
||||
readonly VITE_GLOB_API_URL: string;
|
||||
}
|
Reference in New Issue
Block a user