mirror of
https://github.com/vastxie/99AI.git
synced 2025-11-14 20:53:42 +08:00
v4.3.0
This commit is contained in:
9
chat/env.d.ts
vendored
Normal file
9
chat/env.d.ts
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/// <reference types="vite/client" />
|
||||
|
||||
interface ImportMetaEnv {
|
||||
readonly VITE_APP_API_BASE_URL: string
|
||||
}
|
||||
|
||||
interface ImportMeta {
|
||||
readonly env: ImportMetaEnv
|
||||
}
|
||||
Reference in New Issue
Block a user