修改前端api配置

This commit is contained in:
2026-03-24 15:46:39 +08:00
parent a424185854
commit 2335b62384
5 changed files with 15 additions and 19 deletions
+9
View File
@@ -1 +1,10 @@
/// <reference types="vite/client" />
/// <reference types="vite/client" />
interface ImportMetaEnv {
readonly VITE_BACKEND_ORIGIN: string
}
interface ImportMeta {
readonly env: ImportMetaEnv
}